I\'m doing some analysis with pandas in a jupyter notebook and since my apply function takes a long time I would like to see a progress bar. Through this post here I found t
My working solution (copied form the documnetation):
from tqdm.auto import tqdm tqdm.pandas()