Skip to content

Commit 0bb1832

Browse files
committed
Merge branch 'master' of github.com:tswast/pandas
2 parents 07c2eb8 + 372d277 commit 0bb1832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v0.24.0.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Other Enhancements
172172
- :func:`to_gbq` and :func:`read_gbq` signature and documentation updated to
173173
reflect changes from the `Pandas-GBQ library version 0.6.0
174174
<https://pandas-gbq.readthedocs.io/en/latest/changelog.html#changelog-0-6-0>`__.
175-
(:issue:`21627`)
175+
(:issue:`21627`, :issue:`22557`)
176176
- New method :meth:`HDFStore.walk` will recursively walk the group hierarchy of an HDF5 file (:issue:`10932`)
177177
- :func:`read_html` copies cell data across ``colspan`` and ``rowspan``, and it treats all-``th`` table rows as headers if ``header`` kwarg is not given and there is no ``thead`` (:issue:`17054`)
178178
- :meth:`Series.nlargest`, :meth:`Series.nsmallest`, :meth:`DataFrame.nlargest`, and :meth:`DataFrame.nsmallest` now accept the value ``"all"`` for the ``keep`` argument. This keeps all ties for the nth largest/smallest value (:issue:`16818`)

0 commit comments

Comments
 (0)