dinnouti@Alex_Tech_Blog ~/Adding_Progressbar_to_a_Jupyter_Lab_Notebook (master)> 

Adding Progressbar to a Jupyter Lab Notebook

pip3 install tqdm --user
from tqdm import tqdm
for i, row in tqdm(df.iterrows(), total=df.shape[0]):
    ifor_val = something
    if <condition>:
        ifor_val = something_else
    df.at[i,'ifor'] = ifor_val
    pass
#aws #bedrock #cheat sheet #codecommit #esri #genai #github #honeycode #javascript #jupyter #linux #machine learning #pandas #php #python #salesforce #ssh