From 325f7f34675da6cae9ccd12bfdfca293dab49748 Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Fri, 11 Jun 2021 14:20:48 +0200 Subject: [PATCH] DOC: fix link to pickle in msgpack section --- doc/source/user_guide/io.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/source/user_guide/io.rst b/doc/source/user_guide/io.rst index dbefd1f20d2e3..c2b030d732ba9 100644 --- a/doc/source/user_guide/io.rst +++ b/doc/source/user_guide/io.rst @@ -31,7 +31,6 @@ The pandas I/O API is a set of top level ``reader`` functions accessed like binary;`Feather Format `__;:ref:`read_feather`;:ref:`to_feather` binary;`Parquet Format `__;:ref:`read_parquet`;:ref:`to_parquet` binary;`ORC Format `__;:ref:`read_orc`; - binary;`Msgpack `__;:ref:`read_msgpack`;:ref:`to_msgpack` binary;`Stata `__;:ref:`read_stata`;:ref:`to_stata` binary;`SAS `__;:ref:`read_sas`; binary;`SPSS `__;:ref:`read_spss`; @@ -4010,7 +4009,7 @@ msgpack ------- pandas support for ``msgpack`` has been removed in version 1.0.0. It is -recommended to use :ref:`pickle ` instead. Alternatively, you can also the Arrow IPC serialization format for on-the-wire transmission of pandas objects. For documentation on pyarrow, see