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

ENH: support HDFStore in Python3 (via PyTables 3.0.0) #3762

Merged
merged 7 commits into from
Jun 6, 2013

Conversation

jreback
Copy link
Contributor

@jreback jreback commented Jun 5, 2013

closes #3750

recently released PyTables 3.0.0 (and numexpr 2.1), which now support python3
were completely broken

These changed all data to be stored as bytes (with to/from encoding/decoding)

This PR supports an encoding argument (if you really want to encode your data),
and provides transparent access for python3 (and backwards compat) to
even python2 written stores

jreback added a commit that referenced this pull request Jun 6, 2013
ENH: support HDFStore in Python3 (via PyTables 3.0.0)
@jreback jreback merged commit 1111fa1 into pandas-dev:master Jun 6, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: HDFStore fails on py3 with pytables 3.0
1 participant