Skip to content

MonthStart resample errors on binning. #1483

Closed
@dalejung

Description

@dalejung
from pandas import *
N = 1000
s = Series(np.arange(N), index=date_range(start='1/1/2012', freq='5min', periods=N))
s.resample('MS')

Not sure if this is new, first time using MS.

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