Skip to content

Commit b7f3205

Browse files
authored
Add deprecation tag for passing a string for ewm(times=...) (#43873)
1 parent c03cc22 commit b7f3205

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/core/window/ewm.py

+2
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,8 @@ class ExponentialMovingWindow(BaseWindow):
205205
206206
If str, the name of the column in the DataFrame representing the times.
207207
208+
.. deprecated:: 1.4.0
209+
208210
If 1-D array like, a sequence with the same shape as the observations.
209211
210212
Only applicable to ``mean()``.

0 commit comments

Comments
 (0)