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 629
629
- Bug in :meth: `read_csv ` raising ``TypeError `` when ``nrows `` and ``iterator `` are specified without specifying a ``chunksize ``. (:issue: `59079 `)
630
630
- 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 `)
631
631
- Bug in :meth: `read_excel ` raising ``ValueError `` when passing array of boolean values when ``dtype="boolean" ``. (:issue: `58159 `)
632
+ - Bug in :meth: `read_json ` ignoring the given ``dtype `` when ``engine="pyarrow" `` (:issue: `59516 `)
632
633
- Bug in :meth: `read_json ` not validating the ``typ `` argument to not be exactly ``"frame" `` or ``"series" `` (:issue: `59124 `)
633
634
- Bug in :meth: `read_stata ` raising ``KeyError `` when input file is stored in big-endian format and contains strL data. (:issue: `58638 `)
634
635
- Bug in :meth: `read_stata ` where extreme value integers were incorrectly interpreted as missing for format versions 111 and prior (:issue: `58130 `)
You can’t perform that action at this time.
0 commit comments