gpt4 book ai didi

python-3.x - 唯一索引抛出 : Reindexing only valid with uniquely valued Index objects

转载 作者:行者123 更新时间:2023-12-04 16:37:44 32 4
gpt4 key购买 nike

所以我有一个数据框列表。尝试附加它们时,我得到:
“pandas.errors.InvalidIndexError:重新索引仅对唯一值的索引对象有效”
但是,我的索引是唯一的,例如:

    dfList[0].index
Index(['5560654070'], dtype='object')

fList[1].index
Index(['5562221068'], dtype='object')
当 append() 或 concat() 时,都会出现上述错误。
    dfList[0].append(dfList[1])
pandas.errors.InvalidIndexError:重新索引仅对唯一值的索引对象有效
我尝试过 reset_index() 以及 ignore_index=True,但似乎没有任何效果。

最佳答案

找到错误的原因。作为一个 Pandas 菜鸟,我认为错误只与索引有关。但是问题是我在每个 DataFrame 中有重复的列。

关于python-3.x - 唯一索引抛出 : Reindexing only valid with uniquely valued Index objects,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/67313751/

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