天天看点

Python笔记:将字典存储为csv格式文件

import pandas as pd
 
 
pd.DataFrame(col_count,index=[0]).to_csv('col_count.csv')