I am using this code, and the open file windows apears in the back of all the windows and I want to see it in front of everthing:
Tk().withdraw()
df= pd.read_excel(askopenfilename())
I am using this code, and the open file windows apears in the back of all the windows and I want to see it in front of everthing:
Tk().withdraw()
df= pd.read_excel(askopenfilename())