doc · mattip/pandas@205489b (original) (raw)

Original file line number Diff line number Diff line change
@@ -883,6 +883,7 @@ Bug Fixes
883 883
884 884 - Compat for 32-bit platforms for ``.qcut/cut``; bins will now be ``int64`` dtype (:issue:`14866`)
885 885
886 +- Properly set ``__name__`` and ``__qualname__`` for ``Groupby.*`` functions (:issue:`14620`)
886 887 - Bug in ``.at`` when selecting from a tz-aware column (:issue:`15822`)
887 888 - Bug in the display of ``.info()`` where a qualifier (+) would always be displayed with a ``MultiIndex`` that contains only non-strings (:issue:`15245`)
888 889 - Bug in ``.replace()`` may result in incorrect dtypes. (:issue:`12747`, :issue:`15765`)