79264167

Date: 2024-12-09 07:43:58
Score: 1
Natty:
Report link

You just need to use the parameter float_format in to_csv():

df.to_csv("test_sn.csv", float_format='{:.1E}'.format)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: rehaqds