We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99f498b commit 1b3d957Copy full SHA for 1b3d957
doc/source/whatsnew/v0.25.0.rst
@@ -39,6 +39,7 @@ Other Enhancements
39
- :class:`datetime.timezone` objects are now supported as arguments to timezone methods and constructors (:issue:`25065`)
40
- :meth:`DataFrame.query` and :meth:`DataFrame.eval` now supports quoting column names with backticks to refer to names with spaces (:issue:`6508`)
41
- :func:`merge_asof` now gives a more clear error message when merge keys are categoricals that are not equal (:issue:`26136`)
42
+- :meth:`pandas.core.window.Rolling` supports exponential (or Poisson) window type (:issue:`21303`)
43
44
.. _whatsnew_0250.api_breaking:
45
0 commit comments