Skip to content

Commit 0028293

Browse files
committed
DOC: Update parquet docs regarding Categorical support
Fixes #27955
1 parent 61888b2 commit 0028293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user_guide/io.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4700,7 +4700,7 @@ Several caveats.
47004700
indexes. This extra column can cause problems for non-Pandas consumers that are not expecting it. You can
47014701
force including or omitting indexes with the ``index`` argument, regardless of the underlying engine.
47024702
* Index level names, if specified, must be strings.
4703-
* Categorical dtypes can be serialized to parquet, but will de-serialize as ``object`` dtype.
4703+
* Categorical dtypes for non-string types can be serialized to parquet, but will de-serialize as ``object`` dtype.
47044704
* Non supported types include ``Period`` and actual Python object types. These will raise a helpful error message
47054705
on an attempt at serialization.
47064706

0 commit comments

Comments
 (0)