list_data_frames

getml.data.list_data_frames()[source]

Lists all available data frames of the project.

Examples:

d, _ = getml.datasets.make_numerical()
getml.data.list_data_frames()
d.save()
getml.data.list_data_frames()
Raises:

IOError:

If an error in the communication with the getML engine occurred.

Returns:

dict:

Dict containing lists of strings representing the names of the data frames objects

  • ‘in_memory’

    held in memory (RAM).

  • ‘in_project_folder’

    stored on disk.