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
In 0.25.3 the code above results in <class 'pandas._libs.tslibs.timestamps.Timestamp'> whereas in 1.0.0 it is numpy.datetime64. I could not find anything about this specifically in the release notes. Is it intended?
The text was updated successfully, but these errors were encountered:
Code Sample, a copy-pastable example if possible
Problem description
In 0.25.3 the code above results in
<class 'pandas._libs.tslibs.timestamps.Timestamp'>
whereas in 1.0.0 it isnumpy.datetime64
. I could not find anything about this specifically in the release notes. Is it intended?The text was updated successfully, but these errors were encountered: