❭ API reference ❭ data_base ❭ IO ❭ LoaderDumper ❭
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¶
| Base class for child Loader classes | 
Functions¶
| 
 | checks wherther obj can be saved with this dumper | 
| 
 | rows_per_file: automatically splits dataframe, such that rows_per_file rows of the df are | 
Documentation unclear, incomplete, broken or wrong? Let us know