to_json

DataFrame.to_json()[source]

Creates a JSON string from the current instance.

Loads the underlying data from the getML engine and constructs a JSON string.

Returns:

str:

JSON string containing the names of the columns of the current instance as keys and their corresponding data as values.