Skip to content

BUG: Resample BM/BQ adds extra index point #9756 #10044

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

Closed
wants to merge 1 commit into from

Conversation

scari
Copy link
Contributor

@scari scari commented May 1, 2015

closes #9756

@@ -966,6 +966,15 @@ def demean(arr):
expected = DataFrame({'b' : range(5)})
tm.assert_frame_equal(result, expected)

def test_resample_extra_index_point(self):
expected_i = pd.DatetimeIndex(start='20150101', end='20150331', freq='BM')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pls add the issue number as a comment here

@jreback jreback added Bug Resample resample method labels May 4, 2015
@jreback jreback added this to the 0.16.1 milestone May 4, 2015
@jreback
Copy link
Contributor

jreback commented May 4, 2015

thanks, minor doc point. ping when you have pushed.

@scari
Copy link
Contributor Author

scari commented May 4, 2015

@jreback Thank you for reviewing!

@jreback
Copy link
Contributor

jreback commented May 4, 2015

merged via c0d4339

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Resample resample method
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Resample BM adds extra index point
2 participants