data_baseIOLoaderDumperpandas_to_pickle

pandas_to_pickle

Read and write a pandas DataFrame to the pickle format.

See also

pandas_to_parquet for the Apache parquet format.

Classes

Loader

Loader for pickle files to pandas DataFrames

Functions

check(obj)

Check whether the object can be saved with this dumper

dump(obj, savedir)

Save the pandas DataFrame to a .pickle file in the specified directory