dataframe combine two columns and then show all comloums code example Example: python merge strings in columns df["period"] = df["Year"].astype(str) + df["quarter"]