Skip to content

Commit

Permalink
Update pandas/io/parquet.py
Browse files Browse the repository at this point in the history
Co-authored-by: Joris Van den Bossche <[email protected]>
  • Loading branch information
kleinhenz and jorisvandenbossche authored Nov 20, 2024
1 parent dac237a commit d4f55a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/io/parquet.py
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ def read_parquet(
.. versionadded:: 2.1.0
to_pandas_kwargs : dict | None, default None
Keyword arguments to pass through to ``pyarrow.Table.to_pandas``
Keyword arguments to pass through to :func:`pyarrow.Table.to_pandas`
when ``engine="pyarrow"``.
.. versionadded:: 3.0.0
Expand Down

0 comments on commit d4f55a1

Please sign in to comment.