You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Agreed that it's unclear, but they aren't in conflict. That's explaining the implementation more than the behavior.
This should read
Parquet library to use. If 'auto', the value from ``io.parquet.engine`` is used. The
default ``io.parquet.engine`` behavior is to try 'pyarrow', falling back to 'fastparquet' if
'pyarrow' is unavailable.
Relevant Docstring
In the verson 0.22.0 pandas.DataFrame.to_parquet documentation, the engine kwarg is described as:
The two descriptions of "auto" are in conflict, so the one that isn't correct should be removed.
The text was updated successfully, but these errors were encountered: