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
+3
Original file line number
Diff line number
Diff line change
@@ -4716,6 +4716,9 @@ Several caveats.
4716
4716
* The ``pyarrow`` engine preserves the ``ordered`` flag of categorical dtypes with string types. ``fastparquet`` does not preserve the ``ordered`` flag.
4717
4717
* Non supported types include ``Period`` and actual Python object types. These will raise a helpful error message
4718
4718
on an attempt at serialization.
4719
+
* The ``pyarrow`` engine preserves extension data types such as the nullable integer and string data
4720
+
type (requiring pyarrow >= 1.0.0, and requiring the extension type to implement the needed protocols,
4721
+
see the :ref:`extension types documentation <extending.extension.arrow>`).
4719
4722
4720
4723
You can specify an ``engine`` to direct the serialization. This can be one of ``pyarrow``, or ``fastparquet``, or ``auto``.
4721
4724
If the engine is NOT specified, then the ``pd.options.io.parquet.engine`` option is checked; if this is also ``auto``,
0 commit comments