DataFrame.to_csv(quoting=csv.QUOTE_NONNUMERIC) now also quotes numeric values #13259
Labels
Duplicate Report
Duplicate issue or pull request
IO CSV
read_csv, to_csv
Output-Formatting
__repr__ of pandas objects, to_string
Somewhere between 0.16.1 and 0.18.1, QUOTE_NONNUMERIC started also quoting numeric values unexpectedly.
In 0.16.1, the output was:
In 0.18.1, the output is:
The text was updated successfully, but these errors were encountered: