I have a pandas dataframe
df = pd.DataFrame({\'num_legs\': [1, 34, 34, 104 , 6542, 6542 , 48383]})
I want to append a str before eac
str