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 67ecfb5 commit 937b29fCopy full SHA for 937b29f
pandas/io/parquet.py
@@ -467,7 +467,9 @@ def to_parquet(
467
.. versionadded:: 2.1.0
468
469
kwargs
470
- Additional keyword arguments passed to the engine
+ Additional keyword arguments passed to the engine.
471
+ When using the ``'pyarrow'`` engine ``to_pandas_kwargs`` can be used to pass
472
+ through arguments to ``pyarrow.Table.to_pandas``.
473
474
Returns
475
-------
0 commit comments