Skip to content

Commit b8894ea

Browse files
cmazzullojorisvandenbossche
authored andcommitted
Added a note to the 'Handling column names' section
1 parent 4911dc7 commit b8894ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/source/io.rst

+2
Original file line numberDiff line numberDiff line change
@@ -565,6 +565,8 @@ If the header is in a row other than the first, pass the row number to
565565
are inferred from the first line of the file, if column names are
566566
passed explicitly then the behavior is identical to
567567
``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.
568570

569571
.. _io.dupe_names:
570572

0 commit comments

Comments
 (0)