pandarallel
pandarallel copied to clipboard
CUstomizing progress bars
Although it is easy to customize the progress bar display by modifying utils/progressbars, it would be great to have the opportunity to set custom progressbar at initialization.
something like
pandarallel.initialize(progress=MyProgressBar)
where MyProgressBar would be a custom class (similar to those defined in utils)
I've tried to monkey patch pandarallel, but couldn't reach my goals. could someone point give some starting information to implement that feature?
Pandaral·lel is looking for a maintainer! If you are interested, please open an GitHub issue.