[Numpy-discussion] Add `nrows` to `genfromtxt`

Alan G Isaac alan.isaac at gmail.com
Sat Nov 1 17:04:36 EDT 2014


On 11/1/2014 3:15 PM, Warren Weckesser wrote:
> I intended the result of `genfromtxt(..., max_rows=n)` to produce the same array as produced by `genfromtxt(...)[:n]`.

I find that counterintuitive.
I would first honor skip_header.
Cheers,
Alan




More information about the NumPy-Discussion mailing list