Skip to content

Commit 6b9f2f5

Browse files
authored
DOC: pyarrow.rst: Add missing IO readers (#59304)
pyarrow.rst: Add missing IO readers Add read_parquet and read_table (experimental) to the list of IO readers that support the PyArrow engine.
1 parent 29b0b28 commit 6b9f2f5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/source/user_guide/pyarrow.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,11 @@ PyArrow also provides IO reading functionality that has been integrated into sev
159159
functions provide an ``engine`` keyword that can dispatch to PyArrow to accelerate reading from an IO source.
160160

161161
* :func:`read_csv`
162+
* :func:`read_feather`
162163
* :func:`read_json`
163164
* :func:`read_orc`
164-
* :func:`read_feather`
165+
* :func:`read_parquet`
166+
* :func:`read_table` (experimental)
165167

166168
.. ipython:: python
167169

0 commit comments

Comments
 (0)