gpt4 book ai didi

python - 不同编码的csv

转载 作者:行者123 更新时间:2023-11-28 20:26:51 24 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
Open a file in the proper encoding automatically

我的代码:

import csv

def handle_uploaded_file(f):
dataReader = csv.reader(f, delimiter=';', quotechar='"')

for row in dataReader:
do_sth

问题是只有当 csv 是 UTF-8 编码时它才能正常工作。我应该更改什么以服务于 iso-8859-2 或 windows-1250 编码?(最好的解决方案是自动识别编码,但也可以手动转换)

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com