You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Bug fix for spss kwargs
* Update to whatsnew with bug fix details
* Black formatting fix
* Fix for whatsnew rst pre-commit
* Sort whatsnew alphabetically
* Fixing alphabetical sorting to whatsnew
* Sorting whatsnew
* Fixing kwargs
* Fixing tests
* Test fixes
* Minor change in kwargs
* Resolving PR comments
* Resolving mypy issue
* Docstring update for kwargs mypy
* Updates based on PR comments
* Fixing kwargs types
* Finalizing updates based on suggestions
* Updating to try to fix other random test fails
* Unrelated test fix
* Test fixes for dims/sizes
* Updates to whatsnew
* Case fix
* Update to reword to enhancements
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v3.0.0.rst
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,7 @@ Other enhancements
32
32
- :class:`pandas.api.typing.SASReader` is available for typing the output of :func:`read_sas` (:issue:`55689`)
33
33
- :func:`DataFrame.to_excel` now raises an ``UserWarning`` when the character count in a cell exceeds Excel's limitation of 32767 characters (:issue:`56954`)
34
34
- :func:`pandas.merge` now validates the ``how`` parameter input (merge type) (:issue:`59435`)
35
+
- :func:`read_spss` now supports kwargs to be passed to pyreadstat (:issue:`56356`)
35
36
- :func:`read_stata` now returns ``datetime64`` resolutions better matching those natively stored in the stata format (:issue:`55642`)
36
37
- :meth:`DataFrame.agg` called with ``axis=1`` and a ``func`` which relabels the result index now raises a ``NotImplementedError`` (:issue:`58807`).
37
38
- :meth:`Index.get_loc` now accepts also subclasses of ``tuple`` as keys (:issue:`57922`)
0 commit comments