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
So it is the choice between following that API as is done now (as we say Timestamp is a subclass and interchanable with it), or to deviate from it to provide a maybe more logical and full attribute support (millisecond, microsecond, nanosecond).
It is a bit the same discussion as we had with Timedelta
yep, its somewhat inconsistent now as nanoseconds returns not the total but up to 999 nanoseconds, while microseconds returns up to 999999, and milliseconds is undefined.
This results in an API change, so holding off till later
https://github.com/jreback/pandas/tree/milliseconds
The text was updated successfully, but these errors were encountered: