Skip to content

BUG: Regression in join of non_unique_indexes (GH6329) #6330

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

Merged
merged 1 commit into from
Feb 12, 2014

Conversation

jreback
Copy link
Contributor

@jreback jreback commented Feb 12, 2014

closes #6329

@jreback jreback added this to the 0.14.0 milestone Feb 12, 2014
jreback added a commit that referenced this pull request Feb 12, 2014
BUG: Regression in join of non_unique_indexes (GH6329)
@jreback jreback merged commit dae25de into pandas-dev:master Feb 12, 2014
"""

join_non_unique_equal = Benchmark('fracofday * temp[fracofday.index]', setup,
start_date=datetime(2013 1, 1))
Copy link
Contributor

Choose a reason for hiding this comment

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

@jreback missing a comma here between the 2013 and the 1.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

whoopsie. can u fix in your interpolate branch?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Regression Functionality that used to work in a prior pandas version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Memory Performance Regression in 0.13+
2 participants