We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca016ef commit b846bffCopy full SHA for b846bff
doc/source/user_guide/io.rst
@@ -4868,10 +4868,7 @@ ORC
4868
4869
Similar to the `parquet <io.parquet>` format, the `ORC Format <//https://orc.apache.org/>`__ binary columnar serialization
4870
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
+ORC format, :func:`~pandas.read_orc`. This requires the ``pyarrow <https://arrow.apache.org/docs/python/>`__ library.
4875
4876
.. _io.sql:
4877
0 commit comments