Discrepancy in DateOffset & Timedelta string representation #33094
Labels
Bug
Frequency
DateOffsets
Output-Formatting
__repr__ of pandas objects, to_string
Timedelta
Timedelta data type
Uh oh!
There was an error while loading. Please reload this page.
Code Sample, a copy-pastable example if possible
Problem description
Hello
I am aware Timedelta & DateOffset objects are not supposed to have same representation, but could their string aliases be different when they cannot be mapped to each other?
For Timedelta / minute vs DateOffset / month start ('M'):
For DateOffset / month start vs Timedelta / millisecond ('MS'):
Would this make sense?
Bests,
The text was updated successfully, but these errors were encountered: