标签: python pandas
我的数据框有300万行和67列。将其写为csv大约需要7分钟。
final_df.to_csv("summary.csv.gz",index=False,compression="gzip")
我尝试增加块大小,但并没有太大帮助。
我怎样做才能使其更快地写出csv? 熊猫0.24.2版本