So i'm working on a dataframe which has a key-value pair as its value in columns. Is there a way to make the keys as column name while only keeping the value left in the column.
Currently i have something like this:
>0 1 2
>{'1536235175000': 26307.9} {'1536235176000': 0} {'1536236701000': 2630}
>{'1536239919000': 1028127} {'1536239921000': 0} NaN
>{'1536242709000': 2629.6} {'1536242711000': 0} NaN