data_baseIOLoaderDumperpandas_to_msgpack

pandas_to_msgpack

Save and load pandas dataframes to msgpack files.

See also

pandas_to_parquet for saving pandas dataframes to parquet files.

This uses a fork of the original pandas_to_msgpack package, available on PyPI

Classes

Loader

Base class for child Loader classes

Functions

check(obj)

checks wherther obj can be saved with this dumper

dump(obj, savedir, rows_per_file)

rows_per_file: automatically splits dataframe, such that rows_per_file rows of the df are