delete

DataFrame.delete(mem_only=False)[source]

Deletes the data frame from the getML engine.

If called with the mem_only option set to True, the data frame corresponding to the handler represented by the current instance can be reloaded using the load() method.

Args:

mem_only (bool, optional):

If True, the data frame will not be deleted permanently but just from memory (RAM).

Raises:

TypeError: If any of the input arguments is of wrong type.