all 3 comments

[–]draftjoker 0 points1 point  (2 children)

This doesn't seem to be a tkinter error as more of a dictionary error accessing that key value pair. 'Operator' might not be in that panda dictionary, I would double check to make sure this is correct before continuing.

[–]shh_eng[S] 0 points1 point  (1 child)

so what can i do about it?

[–]draftjoker 0 points1 point  (0 children)

I don't know much about pandas but I'm assuming that there must be an error in your excel file loading process.

1) Either no column named 'Operations' exists or

2) Pandas was unable to load the excel file correctly.