We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1405d6 commit 1abf9b5Copy full SHA for 1abf9b5
doc/source/io.rst
@@ -560,8 +560,11 @@ If the header is in a row other than the first, pass the row number to
560
561
.. note::
562
563
- The default behavior of ``read_csv`` is to use ``header='infer'``,
564
- which will use the first nonblank row of the file as a header row.
+ Default behavior is to infer the column names: if no names are
+ passed the behavior is identical to ``header=0`` and column names
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
569
.. _io.dupe_names:
570
0 commit comments