pandas ValueError: cannot reindex from a duplicate axis

对表格进行操作时,

会出现报错:ValueError: cannot reindex from a duplicate axis

说明 文件表格里面的列名有重复的,对其中一个进行重命名或者删除,即可。

你可能感兴趣的:(pandas)