save

DataFrame.save()[source]

Writes the underlying data in the getML engine to disk.

To be stored persistently, the corresponding data frame object in the getML engine as to be already created (via send()).

Returns:
DataFrame:

The current instance.