Skip to content

Commit 3653ddd

Browse files
DOC: fix link to pickle in msgpack section (#41950)
1 parent 05552d3 commit 3653ddd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/source/user_guide/io.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ The pandas I/O API is a set of top level ``reader`` functions accessed like
3131
binary;`Feather Format <https://github.com/wesm/feather>`__;:ref:`read_feather<io.feather>`;:ref:`to_feather<io.feather>`
3232
binary;`Parquet Format <https://parquet.apache.org/>`__;:ref:`read_parquet<io.parquet>`;:ref:`to_parquet<io.parquet>`
3333
binary;`ORC Format <https://orc.apache.org/>`__;:ref:`read_orc<io.orc>`;
34-
binary;`Msgpack <https://msgpack.org/>`__;:ref:`read_msgpack<io.msgpack>`;:ref:`to_msgpack<io.msgpack>`
3534
binary;`Stata <https://en.wikipedia.org/wiki/Stata>`__;:ref:`read_stata<io.stata_reader>`;:ref:`to_stata<io.stata_writer>`
3635
binary;`SAS <https://en.wikipedia.org/wiki/SAS_(software)>`__;:ref:`read_sas<io.sas_reader>`;
3736
binary;`SPSS <https://en.wikipedia.org/wiki/SPSS>`__;:ref:`read_spss<io.spss_reader>`;
@@ -4010,7 +4009,7 @@ msgpack
40104009
-------
40114010

40124011
pandas support for ``msgpack`` has been removed in version 1.0.0. It is
4013-
recommended to use :ref:`pickle <io.pickle` instead.
4012+
recommended to use :ref:`pickle <io.pickle>` instead.
40144013

40154014
Alternatively, you can also the Arrow IPC serialization format for on-the-wire
40164015
transmission of pandas objects. For documentation on pyarrow, see

0 commit comments

Comments
 (0)