You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Closes#12922: "bug" traced to #12194
Author: gfyoung <[email protected]>
Closes#13418 from gfyoung/to-csv-quote-bugfix and squashes the following commits:
8e53112 [gfyoung] BUG: Fix quoting behaviour in to_csv for csv.QUOTE_NONNUMERIC
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.18.2.txt
+2
Original file line number
Diff line number
Diff line change
@@ -388,6 +388,8 @@ Bug Fixes
388
388
389
389
- Bug in various index types, which did not propagate the name of passed index (:issue:`12309`)
390
390
- Bug in ``DatetimeIndex``, which did not honour the ``copy=True`` (:issue:`13205`)
391
+
392
+
- Bug in ``DataFrame.to_csv()`` in which float values were being quoted even though quotations were specified for non-numeric values only (:issue:`12922`, :issue:`13259`)
391
393
- Bug in ``MultiIndex`` slicing where extra elements were returned when level is non-unique (:issue:`12896`)
0 commit comments