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 8de38e8 commit 0d95b2aCopy full SHA for 0d95b2a
pandas/core/frame.py
@@ -2958,7 +2958,8 @@ def to_parquet(
2958
is expected and consistent with pandas' handling of categorical data.
2959
To manage file size and ensure a more predictable roundtrip process,
2960
consider using :meth:`Categorical.remove_unused_categories` on the
2961
- DataFrame before saving.
+ DataFrame before saving
2962
+ * When using the "pyarrow" engine, `DataFrame.attrs` are stored as part of the file's metadata and restored on reading.
2963
2964
Examples
2965
--------
0 commit comments