File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 342
342
`legacy` for the original lower precision pandas converter, and
343
343
`round_trip` for the round-trip converter.
344
344
345
+ .. versionchanged:: 1.2
345
346
Returns
346
347
-------
347
348
DataFrame or TextParser
@@ -2281,9 +2282,10 @@ def TextParser(*args, **kwds):
2281
2282
can be inferred, there often will be a large parsing speed-up.
2282
2283
float_precision : str, optional
2283
2284
Specifies which converter the C engine should use for floating-point
2284
- values. The options are None for the ordinary converter,
2285
- 'high' for the high-precision converter, and 'round_trip' for the
2286
- round-trip converter.
2285
+ values. The options are `None` or `high` for the ordinary converter,
2286
+ `legacy` for the original lower precision pandas converter, and
2287
+ `round_trip` for the round-trip converter.
2288
+
2287
2289
.. versionchanged:: 1.2
2288
2290
"""
2289
2291
kwds ["engine" ] = "python"
You can’t perform that action at this time.
0 commit comments