how to iterate over groups in pandas code example Example: df groupby loop grouped = df.groupby('A') for name, group in grouped: ...