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
I wanted to do a month timedelta but upon checking the pd.to_timedelta docstring I gave up on this as an option because there was no 'M' option. I then tried many other round-the-houses methods until someone answered this question on stackoverflow.
This is not updated in the most recent docs but would be good to include, I believe.
Expected Output
To see full list of (or reference to) all units that can be used.
Output of pd.show_versions()
23.4
The text was updated successfully, but these errors were encountered:
'M' in particular is slated for depreciation; however, expanding all the other units that can be used with to_timedelta in the docstring would be a good addition.
Problem description
I wanted to do a month timedelta but upon checking the pd.to_timedelta docstring I gave up on this as an option because there was no 'M' option. I then tried many other round-the-houses methods until someone answered this question on stackoverflow.
This is not updated in the most recent docs but would be good to include, I believe.
Expected Output
To see full list of (or reference to) all units that can be used.
Output of
pd.show_versions()
23.4
The text was updated successfully, but these errors were encountered: