Hi guys, is it possible to do looping for certain rows in df? Eg. for the first 8 rows, do something. Then repeat for the next 8 rows. for index, row in df.iterrows(): #lo...