delete

DataFrames.delete()[source]

Deletes all data frames in the current project.

Args:
mem_only (bool):

If called with the mem_only option set to True, the data frames will be kept on disk (in the project folder) and can be reloaded to memory through getml.project.data_frames.load_all().