File tree 1 file changed +1
-2
lines changed
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
31
31
binary;`Feather Format <https://github.com/wesm/feather>`__;:ref: `read_feather<io.feather> `;:ref: `to_feather<io.feather> `
32
32
binary;`Parquet Format <https://parquet.apache.org/>`__;:ref: `read_parquet<io.parquet> `;:ref: `to_parquet<io.parquet> `
33
33
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> `
35
34
binary;`Stata <https://en.wikipedia.org/wiki/Stata>`__;:ref: `read_stata<io.stata_reader> `;:ref: `to_stata<io.stata_writer> `
36
35
binary;`SAS <https://en.wikipedia.org/wiki/SAS_(software)>`__;:ref: `read_sas<io.sas_reader> `;
37
36
binary;`SPSS <https://en.wikipedia.org/wiki/SPSS>`__;:ref: `read_spss<io.spss_reader> `;
@@ -4010,7 +4009,7 @@ msgpack
4010
4009
-------
4011
4010
4012
4011
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.
4014
4013
4015
4014
Alternatively, you can also the Arrow IPC serialization format for on-the-wire
4016
4015
transmission of pandas objects. For documentation on pyarrow, see
You can’t perform that action at this time.
0 commit comments