-
-
Notifications
You must be signed in to change notification settings - Fork 18.8k
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.loc
assignment coerces to naive BUG: .loc assignment of datetime with tz is coercing to naive #11365GroupBy.first
coerces to naive Taking first row from each group in groupby sometimes strips tzinfo #10668DataFrame.combine_first
DataFrame combine_first() loses timezone information for datetime columns #10567Index
creation API: DatetimeIndex creation with mixed tz timestamps #11488 -> changed to be Index(dtype=object) (BUG/API: Index creation with different tz coerces DatetimeIndex #11696)To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
Raises TypeError / ValueError
DatetimeIndex.union
raisesTypeError
BUG/API: Make consistent API for tz-aware and tz-naive ops #11351To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
Bug
Series.append
raisesAttributeError
BUG: Series.append with DatetimeBlock and DatetimeTZBlock raises AttributeError #11455concat
raisesIndexError
Inconsistent concat behavior between datetime64[ns] and tz-aware version in 0.17.1 #11693To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
Metadata
Metadata
Assignees
Labels
Master TrackerHigh level tracker for similar issuesHigh level tracker for similar issuesTimezonesTimezone data dtypeTimezone data dtype
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
mroeschke commentedon Jun 29, 2018
Since there's only one issue left, closing in favor of that issue (revived with) #21671