Dictionary to CSV with Pandas to_csv and reload it with read_csv

前端 未结 0 1945
南笙
南笙 2021-01-27 00:19

I have created a list of dictionaries with roughly 60 columns each. Each one has the same number of columns.

list = [dict1, dict2, ...]
dict1 = {c1: 1, c2:0.15, c         


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