We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e537b6 commit 74d45aeCopy full SHA for 74d45ae
doc/source/whatsnew/v0.20.0.txt
@@ -905,7 +905,7 @@ Performance Improvements
905
- Improved performance of ``drop_duplicates()`` on ``bool`` columns (:issue:`12963`)
906
- Improve performance of ``pd.core.groupby.GroupBy.apply`` when the applied
907
function used the ``.name`` attribute of the group DataFrame (:issue:`15062`).
908
-
+- Improved performance of ``iloc`` indexing with a list or array (:issue:`15504`).
909
910
911
.. _whatsnew_0200.bug_fixes:
0 commit comments