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