Skip to content

Commit 462c731

Browse files
committed
DOC: small doc for #1450
1 parent eb7a751 commit 462c731

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/source/io.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,10 @@ data into a DataFrame object. They can take a number of arguments:
8383
as the index.
8484
- ``names``: List of column names to use. If passed, header will be
8585
implicitly set to None.
86-
- ``na_values``: optional list of strings to recognize as NaN (missing values),
87-
in addition to a default set.
86+
- ``na_values``: optional list of strings to recognize as NaN (missing
87+
values), in addition to a default set. If you pass an empty list or an
88+
empty list for a particular column, no values (including empty strings)
89+
will be considered NA
8890
- ``parse_dates``: if True then index will be parsed as dates
8991
(False by default). You can specify more complicated options to parse
9092
a subset of columns or a combination of columns into a single date column

0 commit comments

Comments
 (0)