You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: You can check the latest versions of the docs on masterhere.
Documentation problem
the return type of rolling methods (rolling.min / rolling.max) is mentioned to be same as the original object. But the default return types appears to be float64.
Location of the documentation
https://pandas.pydata.org/docs/reference/api/pandas.core.window.rolling.Rolling.min.html
Note: You can check the latest versions of the docs on
master
here.Documentation problem
the return type of rolling methods (rolling.min / rolling.max) is mentioned to be same as the original object. But the default return types appears to be
float64
.Suggested fix for documentation
Maybe the doc should mention the default return type
The text was updated successfully, but these errors were encountered: