Message370067
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. |
|
| Date |
User |
Action |
Args |
| 2020-05-27 12:08:39 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, skip.montanaro, eric.smith, steven.daprano, remi.lapeyre, sidhant |
| 2020-05-27 12:08:38 | serhiy.storchaka | set | messageid: <1590581318.99.0.298143025951.issue40762@roundup.psfhosted.org> |
| 2020-05-27 12:08:38 | serhiy.storchaka | link | issue40762 messages |
| 2020-05-27 12:08:38 | serhiy.storchaka | create | |
|