Take the following dataframe:
df = pd.DataFrame({\'col_1\':[0, 1], \'col_2\':[\'here 123\', \'here 456\']})
Result:
col_1 col_2