<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Nov 2, 2014 at 1:56 PM, Warren Weckesser <span dir="ltr"><<a href="mailto:warren.weckesser@gmail.com" target="_blank">warren.weckesser@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Or you could just call genfromtxt() once with `max_rows=1` to skip a row.  (I'm assuming that the first argument to genfromtxt is the open file object--or some other iterator--and not the filename.)</blockquote></div><br>That's hackish.  If I have to resort to something like this, I would just call next() on the open file object or iterator.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Still, the case of dtype=None, name=None is problematic.   Suppose I want genfromtxt()  to detect the column names from the 1-st row and data types from the 3-rd.  How would you do that?</div></div>