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

ENH:Add keyword max_rows to genfromtxt. #5496

Merged
merged 3 commits into from
Jan 24, 2015
Merged

Conversation

charris
Copy link
Member

@charris charris commented Jan 24, 2015

Combines #5253 and #5103.

This allows one to specify the maximum number of row processed in
in a call. The new functionality allows for reading more complex
data formats. For instance, multiple calls can be used to read in
multiple arrays stored in a single file.

Closes #5084.
Closes #5093.

syrte and others added 2 commits January 23, 2015 10:34
This allows one to specify the maximum number of row processed in
in a call. The new functionality allows for reading more complex
data formats. For instance, multiple calls can be used to read in
multiple arrays stored in a single file.

Closes numpy#5084.
Closes numpy#5093.
charris added a commit that referenced this pull request Jan 24, 2015
ENH:Add keyword max_rows to genfromtxt.
@charris charris merged commit 22f2dc5 into numpy:master Jan 24, 2015
@WarrenWeckesser
Copy link
Member

@charris: Thanks!

@ax3l
Copy link
Contributor

ax3l commented Mar 15, 2017

this feature would be super-useful in fromregex, too (together with skip_header) :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Hope genfromtxt function add nrows keyword
4 participants