how to add two column in dataframe having different data types code example Example: add two column values of a datframe into one df["period"] = df["Year"] + df["quarter"]