Hello - would it be possible to support rolling windows in Pandas when using tqdm? df['apply_field'] = df['field'].rolling(30).progress_apply(decompose) will raise this: AttributeError: 'Rolling' object has no attribute 'progress_apply'