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
Backport PR #48824 on branch 1.5.x (REGR: groupby fails with nullable dtypes and dropna=False) (#48938)
Backport PR #48824: REGR: groupby fails with nullable dtypes and dropna=False
Co-authored-by: Richard Shadrach <45562402+rhshadrach@users.noreply.github.com>
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v1.5.1.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ Fixed regressions
83
83
- Fixed :meth:`.DataFrameGroupBy.size` not returning a Series when ``axis=1`` (:issue:`48738`)
84
84
- Fixed Regression in :meth:`DataFrameGroupBy.apply` when user defined function is called on an empty dataframe (:issue:`47985`)
85
85
- Fixed regression in :meth:`DataFrame.apply` when passing non-zero ``axis`` via keyword argument (:issue:`48656`)
86
-
-
86
+
- Fixed regression in :meth:`Series.groupby` and :meth:`DataFrame.groupby` when the grouper is a nullable data type (e.g. :class:`Int64`) or a PyArrow-backed string array, contains null values, and ``dropna=False`` (:issue:`48794`)
0 commit comments