Skip to content

Commit 0966c2b

Browse files
committed
adding whatsnew
1 parent ebde73f commit 0966c2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v1.3.0.rst

+1
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,7 @@ Reshaping
316316
- Bug in :meth:`DataFrame.unstack` with missing levels led to incorrect index names (:issue:`37510`)
317317
- Bug in :func:`join` over :class:`MultiIndex` returned wrong result, when one of both indexes had only one level (:issue:`36909`)
318318
- :meth:`merge_asof` raises ``ValueError`` instead of cryptic ``TypeError`` in case of non-numerical merge columns (:issue:`29130`)
319+
- :meth:`value_counts` returns keys in original order (:issue:`12679`)
319320
-
320321

321322
Sparse

0 commit comments

Comments
 (0)