TQDM Pandas s'applique en cahier

import pandas as pd
from tqdm.notebook import tqdm
tqdm.pandas()

df['example'].progress_apply(lambda x: x**2)
Important Ibex