Closed
Description
Code Sample, a copy-pastable example if possible
df1 = pd.read_csv("./data/test.csv")
print(df1)
df1.to_csv("./data/test1.csv")
test.csv has only one column "a" and one number is "656.964",when I prepare to use "to_csv" then it has changed to 656.9639999.
I hope you can help solve this problem.