Skip to content

Commit b2e06a6

Browse files
committed
Updates to whatsnew
1 parent 4c9246a commit b2e06a6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

doc/source/whatsnew/v2.2.0.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,6 @@ I/O
865865
- Bug in :func:`read_csv` with ``engine="pyarrow"`` where ``usecols`` wasn't working with a CSV with no headers (:issue:`54459`)
866866
- Bug in :func:`read_excel`, with ``engine="xlrd"`` (``xls`` files) erroring when the file contains ``NaN`` or ``Inf`` (:issue:`54564`)
867867
- Bug in :func:`read_json` not handling dtype conversion properly if ``infer_string`` is set (:issue:`56195`)
868-
- Bug in :func:`read_spss` where kwargs were not passed to pyreadstat (:issue:`56356`)
869868
- Bug in :meth:`DataFrame.to_excel`, with ``OdsWriter`` (``ods`` files) writing boolean/string value (:issue:`54994`)
870869
- Bug in :meth:`DataFrame.to_hdf` and :func:`read_hdf` with ``datetime64`` dtypes with non-nanosecond resolution failing to round-trip correctly (:issue:`55622`)
871870
- Bug in :meth:`DataFrame.to_stata` raising for extension dtypes (:issue:`54671`)

doc/source/whatsnew/v3.0.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ MultiIndex
177177

178178
I/O
179179
^^^
180-
-
180+
- Bug in :func:`read_spss` where kwargs were not passed to pyreadstat (:issue:`56356`)
181181
-
182182

183183
Period

0 commit comments

Comments
 (0)