mistercrunch commented on issue #11436: URL: https://github.com/apache/incubator-superset/issues/11436#issuecomment-716975901
The feature is based on pandas' `rolling` function https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.rolling.html It should be easy to expand it to support more options. Here's where it sits in the codebase https://github.com/apache/incubator-superset/blob/master/superset/utils/pandas_postprocessing.py#L307-L315 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
