标签: python pandas
有没有办法为Pandas设置默认浮动格式,这样我每次保存文件时都不必指定它(如下所示)?感谢。
df.to_csv('output.csv', float_format='%.3f')