April 5, 2011
9:43 p.m.
On Mon, Apr 4, 2011 at 2:20 AM, Charles R Harris <charlesr.harris@gmail.com> wrote:
Should skiprows be removed?
if skiprows: warnings.warn(\ "The use of `skiprows` is deprecated, it will be removed in numpy 2.0.\n" \ "Please use `skip_header` instead.", DeprecationWarning) skip_header = skiprows
Its been deprecated since 1.4. Personally, I like skiprows better than skip_header ;)
It's a bit late now for 1.6, could you remove it only in trunk? Ralf