I have a pandas dataframe
import pandas as pd foo = pd.DataFrame({\'text\': [\'a\', \'b\', \'c\'], \'arrow\': [\'upright\', \'right\', \'botright\']})