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()
Returns:

dict:

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

  • ‘in_memory’

    held in memory (RAM).

  • ‘on_disk’

    stored on disk.