pandarallel icon indicating copy to clipboard operation
pandarallel copied to clipboard

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

Open monocongo opened this issue 5 years ago • 1 comments

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 avatar Feb 04 '21 21:02 monocongo

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

pratik-choudhari avatar Sep 17 '21 05:09 pratik-choudhari