Skip to content

ENH: support iteration on returned results in select and select_as_multiple in HDFStore #3078

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
Mar 18, 2013

Conversation

jreback
Copy link
Contributor

@jreback jreback commented Mar 18, 2013

New keywords iterator=a_boolean and
chunksize=number_in_a_chunk, (default is 50,000) rows are
provided to support iteration on select and select_as_multiple results

DOC and TST included

closes #3076

…hunk`` are

     provided to support iteration on ``select`` and ``select_as_multiple`` (GH3076_)
jreback added a commit that referenced this pull request Mar 18, 2013
ENH: support iteration on returned results in select and select_as_multiple in HDFStore
@jreback jreback merged commit a632362 into pandas-dev:master Mar 18, 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.

ENH: add iterator support for select in HDFStore
1 participant