I'm panda library in python getting error
"None of [Index(['Dokuman', 'Sinif'], dtype='object')] are in the [columns]"
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