csv(dump(missing=...)) loose float precision #252
Closed
Comments
gdementen
added a commit
that referenced
this issue
Jan 25, 2018
…ecimal instead of using all available precision
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using the missing argument of dump, all values pass through str() before being fed to csv and on Python2 that means rounding at the 13th decimal instead of using all available precision.
The text was updated successfully, but these errors were encountered: