list_data_frames

getml.data.list_data_frames()

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 containing lists of strings representing the names of the data frames objects

  • ’in_memory’

    held in memory (RAM).

  • ’in_project_folder’

    stored on disk.

Return type

dict