File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ The pandas I/O API is a set of top level ``reader`` functions accessed like
28
28
binary;`HDF5 Format <https://support.hdfgroup.org/HDF5/whatishdf5.html>`__;:ref: `read_hdf<io.hdf5> `;:ref: `to_hdf<io.hdf5> `
29
29
binary;`Feather Format <https://github.com/wesm/feather>`__;:ref: `read_feather<io.feather> `;:ref: `to_feather<io.feather> `
30
30
binary;`Parquet Format <https://parquet.apache.org/>`__;:ref: `read_parquet<io.parquet> `;:ref: `to_parquet<io.parquet> `
31
- binary;`ORC Format <// https://orc.apache.org/>`__;:ref: `read_orc<io.orc> `;
31
+ binary;`ORC Format <https://orc.apache.org/>`__;:ref: `read_orc<io.orc> `;
32
32
binary;`Msgpack <https://msgpack.org/index.html>`__;:ref: `read_msgpack<io.msgpack> `;:ref: `to_msgpack<io.msgpack> `
33
33
binary;`Stata <https://en.wikipedia.org/wiki/Stata>`__;:ref: `read_stata<io.stata_reader> `;:ref: `to_stata<io.stata_writer> `
34
34
binary;`SAS <https://en.wikipedia.org/wiki/SAS_(software)>`__;:ref: `read_sas<io.sas_reader> `;
@@ -4817,7 +4817,7 @@ ORC
4817
4817
4818
4818
.. versionadded :: 1.0.0
4819
4819
4820
- Similar to the :ref: `parquet <io.parquet >` format, the `ORC Format <// https://orc.apache.org/ >`__ is a binary columnar serialization
4820
+ Similar to the :ref: `parquet <io.parquet >` format, the `ORC Format <https://orc.apache.org/ >`__ is a binary columnar serialization
4821
4821
for data frames. It is designed to make reading data frames efficient. Pandas provides *only * a reader for the
4822
4822
ORC format, :func: `~pandas.read_orc `. This requires the `pyarrow <https://arrow.apache.org/docs/python/ >`__ library.
4823
4823
You can’t perform that action at this time.
0 commit comments