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

BUG: HDFStore fixes #2675

Merged
merged 10 commits into from
Jan 20, 2013
Merged

BUG: HDFStore fixes #2675

merged 10 commits into from
Jan 20, 2013

Conversation

jreback
Copy link
Contributor

@jreback jreback commented Jan 10, 2013

…t string)

     data_orientation was potentitally returning non-ints in a tuple (fixed downstream)
…r/readout), where readout is a table

     added pytables_native2.h5 for testing

BUG: force travis to rebuild

BUG: fix travis build 2
…-endemic type

         fixed legacy_0.10.h5 issues with docs (finding file)
wesm added a commit that referenced this pull request Jan 20, 2013
@wesm wesm merged commit cadca37 into pandas-dev:master Jan 20, 2013
@wesm
Copy link
Member

wesm commented Jan 20, 2013

thanks jeff much appreciated as always

@scottkidder
Copy link

Thanks jreback, float32s were on my wishlist :)

I would like to get started contributing especially in
the pytables integration area. Is there a roadmap or some type
of docs other than source for pandas.io.pytables?

@jreback
Copy link
Contributor Author

jreback commented Jan 24, 2013

great 2 hear!

issue #2391 is an older list of todos

a couple of possibilities:

real dtype integration is coming on PR #2708 (eg even though 0.10.1 will actually read/write float32 columns u can't really do much with them w/o having them upcasted) - in any event I think HDFStore will accommodate this already

one big area is to test whether data columns really are slower; it thus may make sense to make data columns = True the default (but not necessarily index them)

are u familiar with R? I think could make export a bit easier (there is a section in docs, but maybe a dedicated option. / function)

have some more thoughts but maybe will start a new issue

@jreback
Copy link
Contributor Author

jreback commented Jan 24, 2013

I updated #2391 with some ideas....feel free to suggest based on your use cases...

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.

3 participants