我是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
答案 0 :(得分:0)
文档中的记录数不等于类中的记录数,所以我得到了错误