Skip to content

Commit 5251f74

Browse files
jorisvandenbosscheTomAugspurger
authored andcommitted
DOC: temporary remove pyarrow example of reading subset columns (#18661)
1 parent 38c9fc5 commit 5251f74

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

doc/source/io.rst

-1
Original file line numberDiff line numberDiff line change
@@ -4601,7 +4601,6 @@ Read only certain columns of a parquet file.
46014601

46024602
.. ipython:: python
46034603
4604-
result = pd.read_parquet('example_pa.parquet', engine='pyarrow', columns=['a', 'b'])
46054604
result = pd.read_parquet('example_fp.parquet', engine='fastparquet', columns=['a', 'b'])
46064605
46074606
result.dtypes

0 commit comments

Comments
 (0)