Series.to_msgpack(self, path_or_buf=None, encoding='utf-8', **kwargs)
[source]
Serialize object to input file path using msgpack format.
Deprecated since version 0.25.0.
to_msgpack is deprecated and will be removed in a future version. It is recommended to use pyarrow for on-the-wire transmission of pandas objects.
Parameters: |
|
---|---|
Returns: |
|
© 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.25.0/reference/api/pandas.Series.to_msgpack.html