Skip to content

Commit 04b7dbb

Browse files
committed
added 'null' to na_values in io.rst file
1 parent d4e0406 commit 04b7dbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/io.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ na_values : scalar, str, list-like, or dict, default ``None``
227227
Additional strings to recognize as NA/NaN. If dict passed, specific per-column
228228
NA values. By default the following values are interpreted as NaN:
229229
``'-1.#IND', '1.#QNAN', '1.#IND', '-1.#QNAN', '#N/A N/A', '#N/A', 'N/A', 'NA',
230-
'#NA', 'NULL', 'NaN', '-NaN', 'nan', '-nan', ''``.
230+
'#NA', 'NULL', 'null', 'NaN', '-NaN', 'nan', '-nan', ''``.
231231
keep_default_na : boolean, default ``True``
232232
If na_values are specified and keep_default_na is ``False`` the default NaN
233233
values are overridden, otherwise they're appended to.

0 commit comments

Comments
 (0)