File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,9 @@ New features
61
61
Improvements to the Parquet IO functionality
62
62
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
63
63
64
+ - :func:`DataFrame.to_parquet` will now write non-default indexes when the
65
+ underlying engine supports it. The indexes will be preserved when reading
66
+ back in with :func:`read_parquet` (:issue:`18581`).
64
67
- :func:`read_parquet` now allows to specify the columns to read from a parquet file (:issue:`18154`)
65
68
- :func:`read_parquet` now allows to specify kwargs which are passed to the respective engine (:issue:`18216`)
66
69
@@ -71,7 +74,6 @@ Other Enhancements
71
74
72
75
- :meth:`Timestamp.timestamp` is now available in Python 2.7. (:issue:`17329`)
73
76
- :class:`Grouper` and :class:`TimeGrouper` now have a friendly repr output (:issue:`18203`).
74
- - Enabled the use of non-default indexes in :func:`DataFrame.to_parquet` where the underlying engine supports it (:issue:`18581`)
75
77
76
78
.. _whatsnew_0211.deprecations:
77
79
Original file line number Diff line number Diff line change @@ -329,4 +329,4 @@ Other
329
329
^^^^^
330
330
331
331
- Improved error message when attempting to use a Python keyword as an identifier in a ``numexpr`` backed query (:issue:`18221`)
332
- -
332
+ -
You can’t perform that action at this time.
0 commit comments