无法从重复轴重新索引

时间:2015-05-14 23:14:00

标签: python data-analysis

在我的DataFrame上运行以下代码时

df[myNms].isnull().sum() / df.shape[0]
df[myNms].columns.to_series().groupby(df.dtypes).groups

抛出ValueError: cannot reindex from a duplicate axis

有人可以帮忙解决这个问题吗?

0 个答案:

没有答案
相关问题