“ [Index(['',''],dtype ='object')]都不在[列]中”

时间:2019-04-06 19:54:58

标签: python pandas

我是python中的熊猫库,但出现错误

[[Index(['Dokuman','Sinif'],dtype ='object')]都不在[列]中

classes = ['ekonomi', 'spor', 'teknoloji', 'teknoloji', 'saglik', 'saglik', 'spor', 'ekonomi']

df_docs = pd.DataFrame.from_dict({'Dokuman': docs, 'Sinif': classes}, orient='index')


df_docs = df_docs[['Dokuman', 'Sinif']] #throws the error here

1 个答案:

答案 0 :(得分:0)

文档中的记录数不等于类中的记录数,所以我得到了错误