diff --git a/docs/sql-data-sources-csv.md b/docs/sql-data-sources-csv.md index 8008bc562082c..a4e837334b2a4 100644 --- a/docs/sql-data-sources-csv.md +++ b/docs/sql-data-sources-csv.md @@ -141,13 +141,13 @@ Data source options of CSV can be set via:
nullValuenullValue param applies to all supported types including the string type."NA", any field containing NA will be read as null. This also applies when the value is enclosed by the quote character (e.g., "NA" with the default double-quote). Since 2.0.1, this applies to all supported types including the string type.nanValueemptyValue (for reading), "" (for writing)"") is encountered in the CSV input. Only applies to string type columns. Unlike nullValue (which matches input to produce null), this specifies the value to produce in the DataFrame.