We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
On OS X
data = io.StringIO("data\n10E999") pd.read_csv(data, engine="c", float_precision="round_trip")
gives
data 0 inf
But on Linux this gives
data 0 10E999
Is this expected for any reason?