You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v1.3.3.rst
+1
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,7 @@ Performance improvements
49
49
Bug fixes
50
50
~~~~~~~~~
51
51
- Bug in :meth:`.DataFrameGroupBy.agg` and :meth:`.DataFrameGroupBy.transform` with ``engine="numba"`` where ``index`` data was not being correctly passed into ``func`` (:issue:`43133`)
52
+
- :meth:`.GroupBy.mean` now supports ``NaT`` values (:issue:`43132`)
0 commit comments