apply to each row in pandas code example Example: pandas each row? for index, row in df.iterrows(): print(row["c1"], row["c2"])