-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Open
Labels
EnhancementNeeds DiscussionRequires discussion from core team before further actionRequires discussion from core team before further actionTimedeltaTimedelta data typeTimedelta data type
Description
xref #36582, #35897, #36595, #32377, #31195
there may be cases where a frequency should not be inferred by timedelta_range due to rounding issues
e.g. pd.timedelta_range('0s','1s', periods=31)
The docs https://pandas.pydata.org/pandas-docs/dev/reference/api/pandas.timedelta_range.html begin 'Return a fixed frequency TimedeltaIndex...' so having None (no inferred frequency) maybe not desirable.
Metadata
Metadata
Assignees
Labels
EnhancementNeeds DiscussionRequires discussion from core team before further actionRequires discussion from core team before further actionTimedeltaTimedelta data typeTimedelta data type