Skip to content

Commit 08df290

Browse files
committed
DOC: added release note
1 parent 0cd7bf7 commit 08df290

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
@@ -334,6 +334,7 @@ I/O
334334
- Bug in :func:`read_csv` in which memory management issues in exception handling, under certain conditions, would cause the interpreter to segfault (:issue:`14696`, :issue:`16798`).
335335
- Bug in :func:`read_csv` when called with ``low_memory=False`` in which a CSV with at least one column > 2GB in size would incorrectly raise a ``MemoryError`` (:issue:`16798`).
336336
- Bug in :func:`read_csv` when called with a single-element list ``header`` would return a ``DataFrame`` of all NaN values (:issue:`7757`)
337+
- Bug in :meth:`DataFrame.to_csv` defaulting to 'ascii' encoding in Python 3, instead of 'utf-8' (:issue:`17097`)
337338
- Bug in :func:`read_stata` where value labels could not be read when using an iterator (:issue:`16923`)
338339
- Bug in :func:`read_html` where import check fails when run in multiple threads (:issue:`16928`)
339340

0 commit comments

Comments
 (0)