Skip to content

CLN: pytables create_axes cleanup #30127

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 2 commits into from
Dec 8, 2019

Conversation

jbrockmendel
Copy link
Member

Small things that can be cleaned up following the bigger refactor of the last few days.

In particular, the attribute-setting in 3803 was supposed to have been removed, apparently crept back in via rebase

@jbrockmendel jbrockmendel added the IO HDF5 read_hdf, HDFStore label Dec 7, 2019
@@ -3916,7 +3911,7 @@ def get_blk_items(mgr, blocks):
j += 1

self.nan_rep = nan_rep
self.data_columns = new_data_columns
self.data_columns = [col.name for col in vaxes if col.is_data_indexable]
Copy link
Member Author

Choose a reason for hiding this comment

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

i think/hope that something like this is the general case and data_columns can become a property

@jreback jreback added this to the 1.0 milestone Dec 8, 2019
@jreback jreback merged commit b71cab4 into pandas-dev:master Dec 8, 2019
@jreback
Copy link
Contributor

jreback commented Dec 8, 2019

thanks

@jbrockmendel jbrockmendel deleted the cln-pytables-18 branch December 8, 2019 17:27
proost pushed a commit to proost/pandas that referenced this pull request Dec 19, 2019
proost pushed a commit to proost/pandas that referenced this pull request Dec 19, 2019
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