This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients eric.smith, remi.lapeyre, serhiy.storchaka, sidhant, skip.montanaro, steven.daprano
Date 2020-05-27.12:08:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590581318.99.0.298143025951.issue40762@roundup.psfhosted.org>
In-reply-to
Content
Since Pandas opens an output file it has control on what encoding is used. It is a Pandas' responsibility to decode bytes, or raise an exception, or just ignore the problem if it is pretty uncommon case. Pandas already have a complex code for formatting output data into CSV files, one additional check does not matter.
History
Date User Action Args
2020-05-27 12:08:39serhiy.storchakasetrecipients: + serhiy.storchaka, skip.montanaro, eric.smith, steven.daprano, remi.lapeyre, sidhant
2020-05-27 12:08:38serhiy.storchakasetmessageid: <1590581318.99.0.298143025951.issue40762@roundup.psfhosted.org>
2020-05-27 12:08:38serhiy.storchakalinkissue40762 messages
2020-05-27 12:08:38serhiy.storchakacreate