Find length by getting shape
for index, row in tqdm(df.iterrows(), total=df.shape[0]):
print("index",index)
print("row",row)
Find length by getting shape
for index, row in tqdm(df.iterrows(), total=df.shape[0]):
print("index",index)
print("row",row)