pandas.Panel.to_msgpack

Panel.to_msgpack(path_or_buf, **kwargs)

msgpack (serialize) object to input file path

THIS IS AN EXPERIMENTAL LIBRARY and the storage format may not be stable until a future release.

Parameters:

path : string File path

args : an object or objects to serialize

append : boolean whether to append to an existing msgpack

(default is False)

compress : type of compressor (zlib or blosc), default to None (no compression)