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