File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 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``
269269 Thousands separator.
270270decimal : str, default ``'.' ``
271271 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.
272276lineterminator : str (length 1), default ``None ``
273277 Character to break file into lines. Only valid with C parser.
274278quotechar : str (length 1)
Original file line number Diff line number Diff line change 183183 Thousands separator
184184decimal : str, default '.'
185185 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.
186191lineterminator : str (length 1), default None
187192 Character to break file into lines. Only valid with C parser.
188193quotechar : str (length 1), optional
You can’t perform that action at this time.
0 commit comments