@@ -225,8 +225,9 @@ NA and Missing Data Handling
225
225
226
226
na_values : scalar, str, list-like, or dict, default ``None ``
227
227
Additional strings to recognize as NA/NaN. If dict passed, specific per-column
228
- NA values. By default the following values are interpreted as NaN: See :ref: `na values const
229
- <io.navaluesconst>` below.
228
+ NA values. See :ref: `na values const <io.navaluesconst >` below
229
+ for a list of the values interpreted as NaN by default.
230
+
230
231
keep_default_na : boolean, default ``True ``
231
232
If na_values are specified and keep_default_na is ``False `` the default NaN
232
233
values are overridden, otherwise they're appended to.
@@ -1033,9 +1034,7 @@ To completely override the default values that are recognized as missing, specif
1033
1034
.. _io.navaluesconst :
1034
1035
1035
1036
The default ``NaN `` recognized values are ``['-1.#IND', '1.#QNAN', '1.#IND', '-1.#QNAN', '#N/A N/A', '#N/A', 'N/A',
1036
- 'n/a', 'NA', '#NA', 'NULL', 'null', 'NaN', '-NaN', 'nan', '-nan', ''] ``. Although a 0-length string
1037
- ``'' `` is not included in the default ``NaN `` values list, it is still treated
1038
- as a missing value.
1037
+ 'n/a', 'NA', '#NA', 'NULL', 'null', 'NaN', '-NaN', 'nan', '-nan', ''] ``.
1039
1038
1040
1039
.. code-block :: python
1041
1040
0 commit comments