Relative Content

Tag Archive for pythonexcelpandasreport

python pandas loop through dataframe replicate many tables in excel

I want to convert a large dataframe to a series of report tables that replicates the template for each unique id within the dataframe seperated/skipped excel row. I would like to do this with a series of loops. I think I can accomplish through mapping each item in the df to an excel file… but it would take several thousand lines based on the size of the dataframe – any help would be much appreciated!!