Skip to content

Commit 7befd14

Browse files
committed
small doc update
1 parent 92d4138 commit 7befd14

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

doc/source/user_guide/io.rst

+1-4
Original file line numberDiff line numberDiff line change
@@ -4868,10 +4868,7 @@ ORC
48684868

48694869
Similar to the `parquet <io.parquet>` format, the `ORC Format <//https://orc.apache.org/>`__ binary columnar serialization
48704870
for data frames. It is designed to make reading data frames efficient. Pandas provides *only* a reader for the
4871-
ORC format, :func:`~pandas.read_orc`.
4872-
4873-
See the documentation for `pyarrow <https://arrow.apache.org/docs/python/>`__ for more.
4874-
4871+
ORC format, :func:`~pandas.read_orc`. This requires the ``pyarrow <https://arrow.apache.org/docs/python/>`__ library.
48754872
48764873
.. _io.sql:
48774874

0 commit comments

Comments
 (0)