Skip to content

Commit 039f2cf

Browse files
committed
DOC: Add the fixing to_csv default encoding to whatsnew note
1 parent 08df290 commit 039f2cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v0.21.0.txt

+1
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,7 @@ I/O
337337
- Bug in :meth:`DataFrame.to_csv` defaulting to 'ascii' encoding in Python 3, instead of 'utf-8' (:issue:`17097`)
338338
- Bug in :func:`read_stata` where value labels could not be read when using an iterator (:issue:`16923`)
339339
- Bug in :func:`read_html` where import check fails when run in multiple threads (:issue:`16928`)
340+
- Bug in :func:`to_csv` where the default encoding is not set correctly (:issue:`17097`)
340341

341342
Plotting
342343
^^^^^^^^

0 commit comments

Comments
 (0)