create new feature from adding two columns pandas code example Example: sum two columns pandas sum_column = df["col1"] + df["col2"]