alphatwirl / atpbar

Progress bars for threading and multiprocessing tasks on terminal and Jupyter Notebook
https://alphatwirl.github.io/atpbar/
MIT License
93 stars 10 forks source link

Can this be applied to non-iterator functions (ie pandas.DataFrame.apply)? #6

Open devanl opened 5 years ago

devanl commented 5 years ago

Can this be used to show progress of an apply operation on a pandas dataframe?

TaiSakuma commented 5 years ago

I assume that you are talking about a functionality similar to what can be found in tqdm. If so, I am afraid that such a functionality is not implemented in atpbar.