I have a massive data-set that is entirely repetitive and i was thinking the best way to automate the task was with python. This is for an engineering project that uses motors of only 2 types, Follower, or Leader.
For Follower it will have a structure exactly like this(where IFDXXXX is will be the individual drive number):
For a Leader it will have a structure exactly like this(where IFDXXXX is will be the individual drive number):
My idea is that im going to import an excel sheet with the following format and store it as a dataframe with pandas to manipulate later for auto-generation:
Whats the easiest approach to do this, or is there another easier method? I would like to stick with python if possible as im trying to expand my knowledge with this language.
EDIT:
The ultimate end goal is to end up with a sheet that looks something like this:
Update1:




