We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29b0b28 commit 6b9f2f5Copy full SHA for 6b9f2f5
doc/source/user_guide/pyarrow.rst
@@ -159,9 +159,11 @@ PyArrow also provides IO reading functionality that has been integrated into sev
159
functions provide an ``engine`` keyword that can dispatch to PyArrow to accelerate reading from an IO source.
160
161
* :func:`read_csv`
162
+* :func:`read_feather`
163
* :func:`read_json`
164
* :func:`read_orc`
-* :func:`read_feather`
165
+* :func:`read_parquet`
166
+* :func:`read_table` (experimental)
167
168
.. ipython:: python
169
0 commit comments