We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebde73f commit 0966c2bCopy full SHA for 0966c2b
doc/source/whatsnew/v1.3.0.rst
@@ -316,6 +316,7 @@ Reshaping
316
- Bug in :meth:`DataFrame.unstack` with missing levels led to incorrect index names (:issue:`37510`)
317
- Bug in :func:`join` over :class:`MultiIndex` returned wrong result, when one of both indexes had only one level (:issue:`36909`)
318
- :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`)
320
-
321
322
Sparse
0 commit comments