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
BUG: agg() function on groupby dataframe changes dtype of datetime64[ns] column to float64
closes#12821closes#12941
Author: 颜发才(Yan Facai) <[email protected]>
Closes#12992 from ningchi/agg_time_dtype and squashes the following commits:
607a170 [颜发才(Yan Facai)] add whatsnew entry
8d17eed [颜发才(Yan Facai)] BUG: fix GH12941, Operations on NaT returning float instead of datetime64[ns]
a949cee [颜发才(Yan Facai)] BUG: fix GH12821, agg() function on groupby dataframe changes dtype of datetime64[ns] column to float64
914ed71 [颜发才(Yan Facai)] add test function
0 commit comments