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 = skiprowsIts been deprecated since 1.4. Personally, I like skiprows better than skip_header ;) Chuck
_______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
