-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Closed
Labels
DatetimeDatetime data dtypeDatetime data dtypeDeprecateFunctionality to remove in pandasFunctionality to remove in pandas
Description
Currently, there are two possible behaviours for mixed timezone offsetes:
utc=True
: converts to DatetimeIndex, everything is converted to UTCutc=False
: becomes Index of object dtype
What's the use-case for the latter? If it's just Index
, then you can't use the .dt
accessor or anything that you'd normally do with dates.
Should it be deprecated?
Metadata
Metadata
Assignees
Labels
DatetimeDatetime data dtypeDatetime data dtypeDeprecateFunctionality to remove in pandasFunctionality to remove in pandas