pandas.Series.to_msgpack
-
Series.to_msgpack(path_or_buf=None, encoding='utf-8', **kwargs)
[source] -
Serialize object to input file path using msgpack format.
THIS IS AN EXPERIMENTAL LIBRARY and the storage format may not be stable until a future release.
Parameters: -
path : string File path, buffer-like, or None
-
if None, return generated string
-
append : bool whether to append to an existing msgpack
-
(default is False)
-
compress : type of compressor (zlib or blosc), default to None (no
-
compression)
-
© 2008–2012, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team
Licensed under the 3-clause BSD License.
https://pandas.pydata.org/pandas-docs/version/0.24.2/reference/api/pandas.Series.to_msgpack.html