Jan-26-2021, 10:59 AM
Hi guys,
I have a very basic question about how to convert the design of a table. I would highly appreciate if someone could please help me.
I have created the following table as a pandas dataframe:
Thank you so much for any help!
Best,
Tim
I have a very basic question about how to convert the design of a table. I would highly appreciate if someone could please help me.
I have created the following table as a pandas dataframe:
Output:element measure periodType periodDescription value element A Performance Calendar Month 1m 0.05 element A Performance Year 1y 0.10 element A Performance Year 3y 0.15I would like to bring this table into the following format:Output: Performance 1m 1y 3y element A 0.05 0.10 0.15I know how to run basic merge commands etc., but I have no idea how to approach this problem.Thank you so much for any help!
Best,
Tim
