how to combine the Multiple columns in one single column in pandas code example Example: add two column values of a datframe into one df["period"] = df["Year"] + df["quarter"]