-
-
Notifications
You must be signed in to change notification settings - Fork 19k
Closed
Labels
Duplicate ReportDuplicate issue or pull requestDuplicate issue or pull requestIO CSVread_csv, to_csvread_csv, to_csv
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.
Metadata
Metadata
Assignees
Labels
Duplicate ReportDuplicate issue or pull requestDuplicate issue or pull requestIO CSVread_csv, to_csvread_csv, to_csv