Skip to content

BUG: GH11880 where __contains__ fails in unpacked DataFrame with object cols #12013

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
Jan 15, 2016

Conversation

kawochen
Copy link
Contributor

closes #11880

@kawochen kawochen force-pushed the BUG-FIX-11880 branch 2 times, most recently from 7bbbe18 to 98b5d72 Compare January 11, 2016 00:12
@jreback jreback added this to the 0.18.0 milestone Jan 11, 2016
@jreback jreback added the Bug label Jan 11, 2016
try:
import blosc
except ImportError:
_BLOSC_INSTALLED = False
Copy link
Contributor

Choose a reason for hiding this comment

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

can u do this for zlib as well

Copy link
Contributor Author

Choose a reason for hiding this comment

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

zlib is in the standard library

Copy link
Contributor

Choose a reason for hiding this comment

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

I know, but it doesn't actually have to build with python (e.g if you build it yourself).

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oh I see

Copy link
Contributor

Choose a reason for hiding this comment

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

not a big deal, really just for consistency (say we add more compressors)

@jreback
Copy link
Contributor

jreback commented Jan 11, 2016

can you add a simplified version of the test in #11880 (better than the check on the readability of the internals, but if you can't make a better test, use that)

@kawochen
Copy link
Contributor Author

updated

jreback added a commit that referenced this pull request Jan 15, 2016
BUG: GH11880 where __contains__ fails in unpacked DataFrame with object cols
@jreback jreback merged commit 2213e18 into pandas-dev:master Jan 15, 2016
@jreback
Copy link
Contributor

jreback commented Jan 15, 2016

thanks!

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

Successfully merging this pull request may close these issues.

Msgpack - ValueError: buffer source array is read-only
2 participants