Skip to content

Commit a7c414d

Browse files
committed
DOC: Remove whitespace
1 parent 4211071 commit a7c414d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user_guide/io.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -4702,7 +4702,7 @@ Several caveats.
47024702
indexes. This extra column can cause problems for non-Pandas consumers that are not expecting it. You can
47034703
force including or omitting indexes with the ``index`` argument, regardless of the underlying engine.
47044704
* 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.
47064706
* The ``pyarrow`` engine preserves the ``ordered`` flag of categorical dtypes with string types. ``fastparquet`` does not preserve the ``ordered`` flag.
47074707
* Non supported types include ``Period`` and actual Python object types. These will raise a helpful error message
47084708
on an attempt at serialization.

0 commit comments

Comments
 (0)