Hello, I have a problem when it comes to representing graphics, I'm using Python, specifically the Tkinter library. I have a series of data in an excel file that I export with python to a dataframe:
file = pd.read_excel('Usuarios.xlsx')
df = p...
asked by
27.08.2018 / 16:55