天天看點

Python筆記:将字典存儲為csv格式檔案

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