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

MonthStart resample errors on binning. #1483

Closed
dalejung opened this issue Jun 15, 2012 · 2 comments
Closed

MonthStart resample errors on binning. #1483

dalejung opened this issue Jun 15, 2012 · 2 comments
Labels
Milestone

Comments

@dalejung
Copy link
Contributor

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.

@wesm
Copy link
Member

wesm commented Jun 15, 2012

I doubt it's new, but could have been introduced by changes in the last few days. I'll sort it out today or tomorrow. Thanks!

@wesm
Copy link
Member

wesm commented Jun 19, 2012

Was actually caused by something else. Should test the month-begin frequencies a bit more systematically but looking good now

@wesm wesm closed this as completed Jun 19, 2012
yarikoptic added a commit to neurodebian/pandas that referenced this issue Jun 21, 2012
* commit 'v0.8.0b2-68-g7240b87': (68 commits)
  TST: additional coverage and cruft removal for ts plotting pandas-dev#1245
  BUG: test coverage, groupby bug fixes
  BUG: fix NumPy 1.7 argmin workaround, test coverage
  BUG: out of bounds on buffer access if time doesn't exist in TimeSeries.at_time
  BUG: revert mpl hackaround
  TST: resample test coverage etc. pandas-dev#1245
  BUG: test coverage and misc bug fixes, cruft deletion in period.py pandas-dev#1245
  TST: finish test coverage of pandas.tseries.index pandas-dev#1245
  BUG: fix closed='left' resample bug. test coverage pandas-dev#1245
  TST: test coverage pandas-dev#1245
  BUG: raise exception in DataFrame.fillna when axis=1 and pass dict/Series. close pandas-dev#1485
  BUG: fillna called with Series should be analogous to with dict close pandas-dev#1486
  BUG: fix MS/BMS range generation / onOffset bugs causing pandas-dev#1483
  ENH: at_time/between_time work with tz-localized time series. refactoring and cleanup close pandas-dev#1481
  BUG: label slicing with duplicate values, close pandas-dev#1480
  TST: remove rogue print statement
  BUG: fixed broken imports
  BUG: do not convert bday freq in ts plots pandas-dev#1482
  BUG: mask NaNs in non-ts plots
  TST: test case for tseries plots with data gaps
  ...
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

2 participants