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
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.17.0.txt
+1
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,7 @@ Check the :ref:`API Changes <whatsnew_0170.api>` and :ref:`deprecations <whatsne
32
32
New features
33
33
~~~~~~~~~~~~
34
34
35
+
- ``DataFrame`` has the ``nlargest`` and ``nsmallest`` methods (:issue:`10393`)
35
36
- SQL io functions now accept a SQLAlchemy connectable. (:issue:`7877`)
36
37
- Enable writing complex values to HDF stores when using table format (:issue:`10447`)
37
38
- Enable reading gzip compressed files via URL, either by explicitly setting the compression parameter or by inferring from the presence of the HTTP Content-Encoding header in the response (:issue:`8685`)
0 commit comments