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
importpandasaspds=pd.Series(pd.date_range(start="2000/1/1", freq="D", periods=10))
s.apply(lambdax: x.date())
# AttributeError: 'numpy.datetime64' object has no attribute 'date'
This is an error from some unit tests. Did something major change with how datetimes are handled? I recall that np.datetime64 was autoboxed into Timestamps.