Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resampling bug #1588

Closed
wesm opened this issue Jul 9, 2012 · 0 comments
Closed

Resampling bug #1588

wesm opened this issue Jul 9, 2012 · 0 comments
Labels
Milestone

Comments

@wesm
Copy link
Member

wesm commented Jul 9, 2012

This blows up inside the Cython binning method:

dates = date_range('4/16/2012 20:00', periods=5000000, freq='s')
ts = Series(randn(len(dates)), index=dates)
ts.resample('d')
@wesm wesm closed this as completed in 0cd21ab Jul 9, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant