I transform a list into a Dataframe and send it to an Excel, it's working fine. Here is the code:
Df = pd.DataFrame(Lista, columns = colunas_geradas)
writer = pd.ExcelWriter('Exemplo.xlsx', engine = 'xlsxwriter')
Df.to_excel(writer, sheet_nam...
asked by
17.05.2017 / 16:55