Skip to content

Commit 9112165

Browse files
committed
Add whatsnew entry
1 parent 85c4560 commit 9112165

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/source/whatsnew/v1.4.0.rst

+2
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,8 @@ I/O
454454
- Bug in unpickling a :class:`Index` with object dtype incorrectly inferring numeric dtypes (:issue:`43188`)
455455
- Bug in :func:`read_csv` where reading multi-header input with unequal lengths incorrectly raising uncontrolled ``IndexError`` (:issue:`43102`)
456456
- Bug in :func:`read_csv`, changed exception class when expecting a file path name or file-like object from ``OSError`` to ``TypeError`` (:issue:`43366`)
457+
- Bug in :func:`read_csv` with `float_precision="round_trip"` which did not skip initial/trailing whitespace (:issue:`43713`)
458+
-
457459

458460
Period
459461
^^^^^^

0 commit comments

Comments
 (0)