Skip to content

Support for tqdm progress bars for "rolling" windows in Pandas #530

@vgoklani

Description

@vgoklani

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'

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions