Skip to content

Commit 1c5d7b8

Browse files
committed
Add whatsnew entry
1 parent b48da28 commit 1c5d7b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v1.4.0.rst

+1
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@ I/O
319319
- Bug in :func:`json_normalize` where ``errors=ignore`` could fail to ignore missing values of ``meta`` when ``record_path`` has a length greater than one (:issue:`41876`)
320320
- Bug in :func:`read_csv` with multi-header input and arguments referencing column names as tuples (:issue:`42446`)
321321
- Bug in :func:`Series.to_json` and :func:`DataFrame.to_json` where some attributes were skipped when serialising plain Python objects to JSON (:issue:`42768`, :issue:`33043`)
322+
- Bug in :func:`read_csv` with `float_precision="round_trip"` which did not skip initial/trailing whitespace (:issue:`43713`)
322323
-
323324

324325
Period

0 commit comments

Comments
 (0)