File tree 2 files changed +9
-0
lines changed
2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -269,6 +269,10 @@ thousands : str, default ``None``
269
269
Thousands separator.
270
270
decimal : str, default ``'.' ``
271
271
Character to recognize as decimal point. E.g. use ``',' `` for European data.
272
+ float_precision : string, default None
273
+ Specifies which converter the C engine should use for floating-point values.
274
+ The options are ``None `` for the ordinary converter, ``high `` for the
275
+ high-precision converter, and ``round_trip `` for the round-trip converter.
272
276
lineterminator : str (length 1), default ``None ``
273
277
Character to break file into lines. Only valid with C parser.
274
278
quotechar : str (length 1)
Original file line number Diff line number Diff line change 183
183
Thousands separator
184
184
decimal : str, default '.'
185
185
Character to recognize as decimal point (e.g. use ',' for European data).
186
+ float_precision : string, default None
187
+ Specifies which converter the C engine should use for floating-point
188
+ values. The options are `None` for the ordinary converter,
189
+ `high` for the high-precision converter, and `round_trip` for the
190
+ round-trip converter.
186
191
lineterminator : str (length 1), default None
187
192
Character to break file into lines. Only valid with C parser.
188
193
quotechar : str (length 1), optional
You can’t perform that action at this time.
0 commit comments