We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c41b366 commit 0d38f73Copy full SHA for 0d38f73
doc/source/whatsnew/v1.2.0.rst
@@ -346,7 +346,7 @@ Performance improvements
346
- Performance improvement in :meth:`RollingGroupby.count` (:issue:`35625`)
347
- Small performance decrease to :meth:`Rolling.min` and :meth:`Rolling.max` for fixed windows (:issue:`36567`)
348
- Reduced peak memory usage in :meth:`DataFrame.to_pickle` when using ``protocol=5`` in python 3.8+ (:issue:`34244`)
349
-- faster `dir` calls when many index labels, e.g. `dir(ser)` (:issue:`xxxxx`)
+- faster ``dir`` calls when many index labels, e.g. ``dir(ser)`` (:issue:`37450`)
350
- Performance improvement in :class:`ExpandingGroupby` (:issue:`37064`)
351
352
.. ---------------------------------------------------------------------------
0 commit comments