diff --git a/docs/sql-data-sources-csv.md b/docs/sql-data-sources-csv.md index 8008bc562082c..fd070d3264421 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. 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.