gpt4 book ai didi

python - 索引错误 : index 1491188345 is out of bounds for axis 0 with size 1491089723

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

我有一个数据框,df 有 646585 行和 3 列,看起来像:

index      inp       aco         count                
0 2.3.6. dp-ptp-a2f 22000
1 2.3.12. ft-ptp-a2f 21300
2 2.5.9. dp-ptp-a2f 21010
3 0.8.0. dp-ptp-a4f 20000
4 2.3.6. ft-ptp-a2f 19000
5 2.3.6. ff-ptp-a2f 18500
... ...
... ...
... ...

我尝试使用代码旋转数据框:

df1=df.pivot_table(values='count', index='inp', columns='aco',fill_value=0)
print(df1)

但是我得到了

IndexError: index 1491188345 is out of bounds for axis 0 with size 1491089723

最佳答案

open Pandas issue描述这个错误。

AFAIK 目前没有提供解决方案/解决方法,除了减少数据集

关于python - 索引错误 : index 1491188345 is out of bounds for axis 0 with size 1491089723,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48492451/

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