diff --git a/pandas/io/parsers.py b/pandas/io/parsers.py index fdf26fdef6b25..f8905dfa315c4 100755 --- a/pandas/io/parsers.py +++ b/pandas/io/parsers.py @@ -148,7 +148,8 @@ na_values : scalar, str, list-like, or dict, default None Additional strings to recognize as NA/NaN. If dict passed, specific per-column NA values. By default the following values are interpreted as - NaN: '""" + fill("', '".join(sorted(_NA_VALUES)), 70) + """'`. + NaN: '""" + fill("', '".join(sorted(_NA_VALUES)), + 70, subsequent_indent=" ") + """'`. keep_default_na : bool, default True If na_values are specified and keep_default_na is False the default NaN values are overridden, otherwise they're appended to.