Skip to content

REF: pytables prepare to make _create_axes return a new object #30344

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
Dec 19, 2019

Conversation

jbrockmendel
Copy link
Member

in the next pass we'll make create_axes return a new object, and instead of altering a bunch of attributes in create_axes, we'll pass them to the constructor for our new object just before returning

Doing all that makes for a pretty big diff, so this splits out some pieces. The biggest one is implementing _get_blocks_and_items, which I find helpful since its a big chunk of code that i dont have to keep re-checking if it alters state.

@jbrockmendel jbrockmendel added the IO HDF5 read_hdf, HDFStore label Dec 19, 2019
@jreback jreback added this to the 1.0 milestone Dec 19, 2019
@jreback jreback merged commit 95e1a63 into pandas-dev:master Dec 19, 2019
@jreback
Copy link
Contributor

jreback commented Dec 19, 2019

sure

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

Successfully merging this pull request may close these issues.

2 participants