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 61888b2 commit 0028293Copy full SHA for 0028293
doc/source/user_guide/io.rst
@@ -4700,7 +4700,7 @@ Several caveats.
4700
indexes. This extra column can cause problems for non-Pandas consumers that are not expecting it. You can
4701
force including or omitting indexes with the ``index`` argument, regardless of the underlying engine.
4702
* Index level names, if specified, must be strings.
4703
-* Categorical dtypes can be serialized to parquet, but will de-serialize as ``object`` dtype.
+* Categorical dtypes for non-string types can be serialized to parquet, but will de-serialize as ``object`` dtype.
4704
* Non supported types include ``Period`` and actual Python object types. These will raise a helpful error message
4705
on an attempt at serialization.
4706
0 commit comments