Skip to content

Commit

Permalink
DOC: Update parquet docs regarding Categorical support
Browse files Browse the repository at this point in the history
  • Loading branch information
galuhsahid committed Aug 19, 2019
1 parent 61888b2 commit 0028293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/user_guide/io.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4700,7 +4700,7 @@ Several caveats.
indexes. This extra column can cause problems for non-Pandas consumers that are not expecting it. You can
force including or omitting indexes with the ``index`` argument, regardless of the underlying engine.
* Index level names, if specified, must be strings.
* 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.
* Non supported types include ``Period`` and actual Python object types. These will raise a helpful error message
on an attempt at serialization.

Expand Down

0 comments on commit 0028293

Please sign in to comment.