I have a dataframe in pandas with mixed int and str data columns. I want to concatenate first the columns within the dataframe. To do that I have to convert an int
int
Use the following code:
df.column_name = df.column_name.astype('str')