Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to have a single summary progress bar rather than one per process? #134

Open
monocongo opened this issue Feb 4, 2021 · 1 comment · May be fixed by #203
Open

How to have a single summary progress bar rather than one per process? #134

monocongo opened this issue Feb 4, 2021 · 1 comment · May be fixed by #203

Comments

@monocongo
Copy link

I would like to use a single progress bar rather than one bar per process as is currently the default behavior when initializing with progress_bar=True. Is this reasonably straight-forward to implement, or is there an option/setting that I've missed?

Thanks for any suggestions. (And thanks overall to the contributors for this package in the first place, it's quite useful!)

@monocongo monocongo changed the title How to have a single summary progress bar rather one per process? How to have a single summary progress bar rather than one per process? Feb 4, 2021
@pratik-choudhari
Copy link

@monocongo There's no setting to aggregate all progress bars into one but this feature can be implemented. Source in pandarallel.utils.progress_bars

@till-m till-m linked a pull request Sep 8, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants