My python code produces a pandas dataframe that looks as follows:
I need to transform it to another format to achieve following: loop through every row in the dataframe and output as many data frames as rows in the table. Each dataframe should have a additional column: timestamp and be named as the value in "Type" Column. So for instance I'd have
I am struggling with where to start- I hope someone here can advise me?