API:How can I apply a function on rolling DataFrames #20919
Labels
API Design
Duplicate Report
Duplicate issue or pull request
Reshaping
Concat, Merge/Join, Stack/Unstack, Explode
Window
rolling, ewma, expanding
well, my function's input is ndarray-like and it's output is a scaler. The question is I have no method to apply this function on rolling object.
The domo is incorrect because the "apply" method only can apply by index or column.
The text was updated successfully, but these errors were encountered: