Skip to content

BUG: related to GH5080, get_indexer choking on boolean type promotion (GH8024) #8026

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
Aug 14, 2014

Conversation

jreback
Copy link
Contributor

@jreback jreback commented Aug 14, 2014

closes #8024

@jreback jreback added this to the 0.15.0 milestone Aug 14, 2014
def test_map_compat(self):
# related GH 8024
s = Series([True,True,False],index=[1,2,3])
import pdb; pdb.set_trace()
Copy link
Contributor

Choose a reason for hiding this comment

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

is this still needed in production?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

no, just repushed

jreback added a commit that referenced this pull request Aug 14, 2014
BUG: related to GH5080, get_indexer choking on boolean type promotion (GH8024)
@jreback jreback merged commit 70be935 into pandas-dev:master Aug 14, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Dtype Conversions Unexpected or buggy dtype conversions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Regression in series.map?
2 participants