I'm trying to write a python script to collect data from an excel table (table.png) with a lot of spreadsheets and data in in.

The table contains mole fraction of species in each column at different pressure in each row.

I will need just tables named with "..._end_point_vs_parameter". PFRC1... represents mole fraction results at 100°C so i have to consider up to PFRC13_end_point_vs_parameter (700°C).

My script is currently working just for one row and one spreadsheet.

How can i collect data from different spreadsheads and for each defined column name all data in it. I need to somehow summarize those data into this (sum.png).

Similar questions and discussions