gpt4 book ai didi

python - Pandas 错误 : "IndexError: iloc cannot enlarge its target object"

转载 作者:行者123 更新时间:2023-12-03 23:59:22 26 4
gpt4 key购买 nike

我正在尝试用另一个单元格填充数据框中的单元格。我正在使用这一行:

submission.iloc[i, coli] = train2.iloc[i2, coli-1]
我收到此错误行:

IndexError: iloc cannot enlarge its target object


这是什么原因?

最佳答案

我认为发生这种情况是因为“i”或“coli”在提交时超出了界限。根据documentation ,您可以使用 loc 放大数据框,这意味着如果您为当前不存在的行/列分配值,它将添加所需的行和列(在任一轴上),但显然 iloc 不会这样做。

关于python - Pandas 错误 : "IndexError: iloc cannot enlarge its target object",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64139881/

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