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/v0.17.1.txt
+2
Original file line number
Diff line number
Diff line change
@@ -117,3 +117,5 @@ Bug Fixes
117
117
- Bug in ``to_excel`` with openpyxl 2.2+ and merging (:issue:`11408`)
118
118
119
119
- Bug in ``DataFrame.to_dict()`` produces a ``np.datetime64`` object instead of ``Timestamp`` when only datetime is present in data (:issue:`11327`)
120
+
121
+
- Bug in ``pandas.core.groupby`` raises exception when ``func`` in ``df.groupby(...).apply(func)`` doesn't return existing time columns (:issue:`11324`)
0 commit comments