python merge strings in columns

36

python merge strings in columns -

df["period"] = df["Year"].astype(str) + df["quarter"]

Comments

Submit
0 Comments