Skip to content

Commit 0e33f3c

Browse files
committed
+whatsnew
1 parent 5c75672 commit 0e33f3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v0.20.0.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ Other enhancements
160160
- ``Series.sort_index`` accepts parameters ``kind`` and ``na_position`` (:issue:`13589`, :issue:`14444`)
161161

162162
- ``DataFrame`` has gained a ``nunique()`` method to count the distinct values over an axis (:issue:`14336`).
163+
- ``DataFrame`` has gained a ``melt()`` method for unpivoting from a wide to long format (:issue:`12640`).
163164
- ``DataFrame.groupby()`` has gained a ``.nunique()`` method to count the distinct values for all columns within each group (:issue:`14336`, :issue:`15197`).
164165

165166
- ``pd.read_excel`` now preserves sheet order when using ``sheetname=None`` (:issue:`9930`)

0 commit comments

Comments
 (0)