Skip to content

Commit aa99f53

Browse files
chilin0525AlenkaF
andauthored
Apply suggestion from @AlenkaF
Co-authored-by: Alenka Frim <AlenkaF@users.noreply.github.com>
1 parent 951e45b commit aa99f53

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/source/python/dataset.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,8 @@ using :func:`pyarrow.parquet.filters_to_expression`:
578578

579579
.. code-block:: python
580580
581-
>>> dataset = ds.dataset(base / "parquet_dataset", format="parquet")
581+
>>> dataset.to_table(columns=['a'])
582+
582583
>>> filters = [("a", ">=", 5), ("c", "==", 2)]
583584
>>> filter_expr = pq.filters_to_expression(filters)
584585
>>> filter_expr

0 commit comments

Comments
 (0)