You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this is floating point precision problem . See this issue already raised and closed.: #2069
So, most you can do is pass an argument in to_csv with float_format='%.3f' which will restrict your output to 3 decimal places
Code Sample, a copy-pastable example if possible
The text was updated successfully, but these errors were encountered: