import pandas as pd from tqdm.notebook import tqdm tqdm.pandas() df['example'].progress_apply(lambda x: x**2)