Skip to content

Commit e532854

Browse files
committed
adding whatsnew
1 parent de88c54 commit e532854

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
@@ -315,6 +315,7 @@ Reshaping
315315
- Bug in :func:`join` over :class:`MultiIndex` returned wrong result, when one of both indexes had only one level (:issue:`36909`)
316316
- :meth:`merge_asof` raises ``ValueError`` instead of cryptic ``TypeError`` in case of non-numerical merge columns (:issue:`29130`)
317317
- Bug in :meth:`DataFrame.join` not assigning values correctly when having :class:`MultiIndex` where at least one dimension is from dtype ``Categorical`` with non-alphabetically sorted categories (:issue:`38502`)
318+
- ``value_counts`` returns keys in original order (:issue:`12679`)
318319
-
319320

320321
Sparse

0 commit comments

Comments
 (0)