Skip to content

Monthly resampling bug encountered at PyGotham #1451

Closed
@wesm

Description

@wesm

To reproduce:

from pandas import *
dates = date_range('4/16/2012 20:00', periods=5000, freq='h')
ts = Series(randn(len(dates)), index=dates)
ts.resample('M')

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions