Posts by Gabriel Vivian • 1 point
1 post
-
0
votes1
answer3961
viewsQ: Save data in. xlsx format with pandas
Good afternoon! I want to save in a file . xlsx the loop number that my code is running, but the way it is, saves only the last loop. import time import pandas as pd loop = 0 print('Loop') writer =…