We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4911dc7 commit b8894eaCopy full SHA for b8894ea
doc/source/io.rst
@@ -565,6 +565,8 @@ If the header is in a row other than the first, pass the row number to
565
are inferred from the first line of the file, if column names are
566
passed explicitly then the behavior is identical to
567
``header=None``.
568
+ The default behavior of ``read_csv`` is to use ``header='infer'``,
569
+ which will use the first nonblank row of the file as a header row.
570
571
.. _io.dupe_names:
572
0 commit comments