Skip to content

Commit d8a27e1

Browse files
move whatsnew note to parquet section
1 parent 03941b1 commit d8a27e1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

doc/source/whatsnew/v0.21.1.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ New features
6161
Improvements to the Parquet IO functionality
6262
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6363

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`).
6467
- :func:`read_parquet` now allows to specify the columns to read from a parquet file (:issue:`18154`)
6568
- :func:`read_parquet` now allows to specify kwargs which are passed to the respective engine (:issue:`18216`)
6669

@@ -71,7 +74,6 @@ Other Enhancements
7174

7275
- :meth:`Timestamp.timestamp` is now available in Python 2.7. (:issue:`17329`)
7376
- :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`)
7577

7678
.. _whatsnew_0211.deprecations:
7779

doc/source/whatsnew/v0.22.0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,4 +329,4 @@ Other
329329
^^^^^
330330

331331
- Improved error message when attempting to use a Python keyword as an identifier in a ``numexpr`` backed query (:issue:`18221`)
332-
-
332+
-

0 commit comments

Comments
 (0)