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

Document numpy.genfromtxt with list of strings, Issue #6247 #6310

Closed
wants to merge 4 commits into from

Conversation

pizzathief
Copy link
Contributor

pull request for #6247.

@charris charris changed the title Issue6247 Document numpy.genfromtxt with list of strings, Issue #6247 Sep 21, 2015
fname : file or str
File, filename, or generator to read. If the filename extension is
fname : file, str, list of str
File, filename, list, or generator to read. If the filename extension is
`.gz` or `.bz2`, the file is first decompressed. Note that
Copy link
Member

Choose a reason for hiding this comment

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

Might add something like The strings in a list or produced by a generator are treated as lines.

@charris
Copy link
Member

charris commented Sep 21, 2015

When ready the commits should be squashed.

@charris
Copy link
Member

charris commented Oct 4, 2015

@pizzathief I cleaned up things a bit in #6406 and squashed the four commits into one, so closing this. Thanks, and feel free to comment on the new PR.

@charris charris closed this Oct 4, 2015
charris added a commit that referenced this pull request Oct 6, 2015
DOC: Update gh-6310: Update docs for numpy.genfromtxt.
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.

None yet

4 participants