Using Pandas, how to fix formatting of .sum().sum() using float_format

后端 未结 0 602
情深已故
情深已故 2021-02-03 10:15

I have the following csv read as a dataframe:

>>> test=pd.read_csv(\'C:/Temp/test.csv\')
>>> test
     a    b    c
0  1.1  2.2  3.3
1  3.0  4.0          


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