BUG: csv.QUOTE_NOTNULL
doesn't seem to be supported by DataFrame.to_csv()
, but there's no error and it's not documented
#60423
Labels
Pandas version checks
QUOTE_NOTNULL
Reproducible Example
Issue Description
All fields are quoted, even nulls.
Expected Behavior
All nulls should be unquoted.
Another possibility I might have expected is only unquoting
None
, as described in thecsv
docs, but this doesn't make sense for Pandas IMHO since Pandas has multiple "NULL"s.Installed Versions
The text was updated successfully, but these errors were encountered: