We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5c5e2a commit 462b1a9Copy full SHA for 462b1a9
pandas/io/parsers.py
@@ -338,9 +338,9 @@
338
option can improve performance because there is no longer any I/O overhead.
339
float_precision : str, optional
340
Specifies which converter the C engine should use for floating-point
341
- values. The options are `None` or `high` for the ordinary converter,
342
- `legacy` for the original lower precision pandas converter, and
343
- `round_trip` for the round-trip converter.
+ values. The options are ``None`` or 'high' for the ordinary converter,
+ 'legacy' for the original lower precision pandas converter, and
+ 'round_trip' for the round-trip converter.
344
345
.. versionchanged:: 1.2
346
0 commit comments