Skip to content

Commit 7945ea3

Browse files
authored
Update null values documentation in csv.rst
Expanded the default list of recognized null spellings in the documentation.
1 parent 5eaf553 commit 7945ea3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/source/cpp/csv.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,8 +351,9 @@ Nulls
351351

352352
Null values are recognized from the spellings stored in
353353
:member:`ConvertOptions::null_values`. The :func:`ConvertOptions::Defaults`
354-
factory method will initialize a number of conventional null spellings such
355-
as ``N/A``.
354+
factory method will initialize a number of conventional null spellings: `""`,
355+
`"#N/A"`, `"#N/A N/A"`, `"#NA"`,`"-1.#IND"`, `"-1.#QNAN"`, `"-NaN"`, `"-nan"`,
356+
`"1.#IND"`, `"1.#QNAN"`, `"N/A"`, `"NA"`, `"NULL"`, `"NaN"`, `"n/a"`, `"nan"`, `"null"`.
356357

357358
Character encoding
358359
------------------

0 commit comments

Comments
 (0)