Is there a way to replicate dataframe.shift() from pandas in Ops Dashboard List or Table Widget using Advanced Formatting? I need to calc the time delta from feature to feature. I know I can pre-calculate for the entire dataset and add to my hosted table or calculate from the feature set via Data Expressions but that will be for the entire dataset. I want to be able to use the selector widgets to filter features then calculate the time delta dynamically.