pandarallel
pandarallel copied to clipboard
How to have a single summary progress bar rather than one per process?
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 There's no setting to aggregate all progress bars into one but this feature can be implemented. Source in pandarallel.utils.progress_bars