Skip to content

Exception during resample w/ tz #8601

Closed
@gbakalian

Description

@gbakalian

xref #8653

Having a similar issue

idx = date_range('2014-10-08 00:00','2014-10-09 00:00', freq='D', tz='Europe/Berlin')
pd.Series(5, idx).resample('MS')

ValueError: Values falls after last bin

While if I remove the tz :

idx = date_range('2014-10-08 00:00','2014-10-09 00:00', freq='D')
pd.Series(5, idx).resample('MS')

that works perfectly

version : '0.15.0rc1'

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