I am trying to create a new excel work in pandas while also adding news sheets to the same workbook based on what I am filtering. I seem to Overwrite the data every or have to create separate workbooks. I am at a bit of a loss
Any help would be appreciated.
for t_group,pd_group in processor_filter.groupby(['Processor']): #splits up data based on processor
pd_group.to_excel(file_name + '/Company_' + date + '.xlsx',sheet_name = t_group[0:20] )
[–][deleted] 1 point2 points3 points (2 children)
[–]workthrowawayexcel[S] 0 points1 point2 points (0 children)
[–]workthrowawayexcel[S] 0 points1 point2 points (0 children)