How do I create a pandas dataframe out of complex dictionary?

后端 未结 0 882
轻奢々
轻奢々 2021-01-13 13:45

I have a dictionary with keys of type tuple and values of type list. for example:

myDictionary= {(\'1\', \'1\', \'1\', \'1\', \'1\'): [16.0, 75, 0.15, -99.0],         


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