-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
Closed
Labels
Master TrackerHigh level tracker for similar issuesHigh level tracker for similar issuesTimezonesTimezone data dtypeTimezone data dtype
Description
Followings should be changed to coerce to object dtype.
Coerce to tz-naive / UTC
- Slice (
__getitem__) resets tz BUG/API: Make consistent API for tz-aware and tz-naive ops #11351 -
.locassignment coerces to naive BUG: .loc assignment of datetime with tz is coercing to naive #11365 -
GroupBy.firstcoerces to naive Taking first row from each group in groupby sometimes strips tzinfo #10668 -
DataFrame.combine_firstDataFrame combine_first() loses timezone information for datetime columns #10567 -
Indexcreation API: DatetimeIndex creation with mixed tz timestamps #11488 -> changed to be Index(dtype=object) (BUG/API: Index creation with different tz coerces DatetimeIndex #11696)
Raises TypeError / ValueError
-
DatetimeIndex.unionraisesTypeErrorBUG/API: Make consistent API for tz-aware and tz-naive ops #11351
Bug
-
Series.appendraisesAttributeErrorBUG: Series.append with DatetimeBlock and DatetimeTZBlock raises AttributeError #11455 -
concatraisesIndexErrorInconsistent concat behavior between datetime64[ns] and tz-aware version in 0.17.1 #11693 -
replacebug in Series.replace with timezone-aware datetime columns #11792
Metadata
Metadata
Assignees
Labels
Master TrackerHigh level tracker for similar issuesHigh level tracker for similar issuesTimezonesTimezone data dtypeTimezone data dtype