I want to consolidate columns into the pictured format below using python pandas.
I've tried the groupby specific columns method, df.loc method, transpose the columns and ran into duplicating issues when trying to get the solution goal.
I want to consolidate columns into the pictured format below using python pandas.
I've tried the groupby specific columns method, df.loc method, transpose the columns and ran into duplicating issues when trying to get the solution goal.