We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9190a96 commit 0a5e311Copy full SHA for 0a5e311
doc/source/whatsnew/v0.19.1.txt
@@ -21,8 +21,9 @@ Performance Improvements
21
~~~~~~~~~~~~~~~~~~~~~~~~
22
23
- Fixed performance regression in factorization of ``Period`` data (:issue:`14338`)
24
-- Improved Performance in ``.to_json()`` when ``lines=True`` (:issue:`14408`)
25
-
+- Improved performance in ``.to_json()`` when ``lines=True`` (:issue:`14408`)
+- Improved performance in ``Series.asof(where)`` when ``where`` is a scalar (:issue:`14461)
26
+- Improved performance in ``DataFrame.asof(where)`` when ``where`` is a scalar (:issue:`14461)
27
28
29
0 commit comments