BUG: read_csv (c engine, round_trip precision) platform inconsistency with large exponents (original) (raw)

Skip to content

View all features

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

@mzeitlin11

Description

@mzeitlin11

On OS X

data = io.StringIO("data\n10E999") pd.read_csv(data, engine="c", float_precision="round_trip")

gives

But on Linux this gives

Is this expected for any reason?

Metadata

Metadata

Labels

Development

No branches or pull requests

Issue actions