gpt4 book ai didi

python - 在 Python/Pandas 中读取表格时出错

转载 作者:太空宇宙 更新时间:2023-11-04 03:56:31 25 4
gpt4 key购买 nike

我正在使用 Python/Pandas,当我尝试:

df = pd.read_table("/test/" + file, sep='\t')

我得到错误:

'Error tokenizing data. C error: Expected 24 fields in line 6927, saw 26'

我该如何克服这个问题?

最佳答案

试试这个:-)

data = pd.read_csv('file1.csv', error_bad_lines=False)

关于python - 在 Python/Pandas 中读取表格时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18127901/

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