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
Copy file name to clipboardExpand all lines: doc/source/user_guide/io.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -4702,7 +4702,7 @@ Several caveats.
4702
4702
indexes. This extra column can cause problems for non-Pandas consumers that are not expecting it. You can
4703
4703
force including or omitting indexes with the ``index`` argument, regardless of the underlying engine.
4704
4704
* Index level names, if specified, must be strings.
4705
-
* In the ``pyarrow`` engine, categorical dtypes for non-string types can be serialized to parquet, but will de-serialize as their primitive dtype.
4705
+
* In the ``pyarrow`` engine, categorical dtypes for non-string types can be serialized to parquet, but will de-serialize as their primitive dtype.
4706
4706
* The ``pyarrow`` engine preserves the ``ordered`` flag of categorical dtypes with string types. ``fastparquet`` does not preserve the ``ordered`` flag.
4707
4707
* Non supported types include ``Period`` and actual Python object types. These will raise a helpful error message
0 commit comments