File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff 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
40124011pandas 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
40154014Alternatively, you can also the Arrow IPC serialization format for on-the-wire
40164015transmission of pandas objects. For documentation on pyarrow, see
You can’t perform that action at this time.
0 commit comments