max of all cells pandas code example Example: max of two columns pandas df["C"] = df[["A", "B"]].max(axis=1)