-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: HDFStore.select ignores start and stop parameters #8287
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
Comments
that's a fixed store only table implements these they could be for a fixed store (though inefficient I think) |
OK thanks. I'll add a note to the docstring. |
actually it should work - maybe raise NotImplemented error for now http://pytables.github.io/usersguide/libref/homogenous_storage.html#the-array-class |
here's partway to an implementation of this: http://stackoverflow.com/questions/29069592/read-n-rows-from-an-h5-file/29089216#29089216 |
…nd/or stop specified will now return the selected range closes pandas-dev#8287
Or I'm doing this wrong
Docstring says:
I can look tomorrow (catching up on pandas stuff all day tomorrow hopefully)
The text was updated successfully, but these errors were encountered: