Skip to content

ERR: raise in tz incompat with DatetimeIndex ops #8306

Closed
@jreback

Description

@jreback

xref #6552

idx = pd.date_range(..., tz='UTC')
idx2 = idx.reindex(pd.date_range(..., tz='US/Pacific')
  • subtraction of datetime like
  • intersection / union / difference
  • reindex

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions