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
Pandas rolling std() function will not work for small numbers (i.e. <1e-8), which we might encounter in the error values, from pandas version 1.2.0, see pandas-dev/pandas#37051 and pandas-dev/pandas#39872 .
As we are using this for cleaning purposes in bbq_tools we should replace this by a manual rolling loop.