File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change 987987- Bug in :meth: `read_csv ` raising ``TypeError `` when ``nrows `` and ``iterator `` are specified without specifying a ``chunksize ``. (:issue: `59079 `)
988988- Bug in :meth: `read_csv ` where the order of the ``na_values `` makes an inconsistency when ``na_values `` is a list non-string values. (:issue: `59303 `)
989989- Bug in :meth: `read_csv ` with ``engine="pyarrow" `` and ``dtype="Int64" `` losing precision (:issue: `56136 `)
990+ - Bug in :meth: `read_csv` ` with dictionary-based dtype specifications not preserving leading zeros consistently across parser engines (:issue: `57666 `)
990991- Bug in :meth: `read_excel ` raising ``ValueError `` when passing array of boolean values when ``dtype="boolean" ``. (:issue: `58159 `)
991992- Bug in :meth: `read_html ` where ``rowspan `` in header row causes incorrect conversion to ``DataFrame ``. (:issue: `60210 `)
992993- Bug in :meth: `read_json ` ignoring the given ``dtype `` when ``engine="pyarrow" `` (:issue: `59516 `)
You can’t perform that action at this time.
0 commit comments