Convert list within nested dictionary to pandas dataframe

后端 未结 0 1758
独厮守ぢ
独厮守ぢ 2021-01-21 21:23

I have a nested dictionary with a list of values that I need to convert to a pandas dataframe. The data is formatted as:

demo = {\'set1\':{\'t1\':[1,2,3],\'t2\':[         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题