Skip to content

Commit 3a12c06

Browse files
committed
DOC:10700 add note regarding 0-len string
1 parent 70607ba commit 3a12c06

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/source/io.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,9 @@ the corresponding equivalent values will also imply a missing value (in this cas
731731

732732
To completely override the default values that are recognized as missing, specify ``keep_default_na=False``.
733733
The default ``NaN`` recognized values are ``['-1.#IND', '1.#QNAN', '1.#IND', '-1.#QNAN', '#N/A','N/A', 'NA',
734-
'#NA', 'NULL', 'NaN', '-NaN', 'nan', '-nan']``.
734+
'#NA', 'NULL', 'NaN', '-NaN', 'nan', '-nan']``. Although a 0-length string
735+
``''`` is not included in the default ``NaN`` values list, it is still treated
736+
as a missing value.
735737

736738
.. code-block:: python
737739

0 commit comments

Comments
 (0)