File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -83,8 +83,10 @@ data into a DataFrame object. They can take a number of arguments:
83
83
as the index.
84
84
- ``names ``: List of column names to use. If passed, header will be
85
85
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
88
90
- ``parse_dates ``: if True then index will be parsed as dates
89
91
(False by default). You can specify more complicated options to parse
90
92
a subset of columns or a combination of columns into a single date column
You can’t perform that action at this time.
0 commit comments