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 pandas, Timedelta represents an exact time span. And larger units like months or years cannot be generally represented by a fixed number of seconds (or nanoseconds).
Currently pandas.Timedelta only support units upto weeks. Can it be extended to months, quarters, years etc.?
The text was updated successfully, but these errors were encountered: