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

Alan G Isaac alan.isaac at gmail.com
Sat Nov 1 16:56:19 EDT 2014


On 11/1/2014 4:41 PM, Alexander Belopolsky wrote:
> I cannot think of a situation where I would need more generality such as reading every 3rd row or rows with the given numbers.  Such processing is
> normally done after the text data is loaded into an array.


I have done this as cheaper than random selection for a quick and dirty
look at large data sets.   Setting maxrows can be very different if the
data has been stored in some structured manner.

I suppose my view is something like this.  We are considering adding a keyword.
If we can get greater functionality at about the same cost, why not?
In that case, it is not really useful to speculate about use cases.
If the costs are substantially greater, then that should be stated.
Cost is a good reason not to do something.

fwiw,
Alan Isaac




More information about the NumPy-Discussion mailing list