Python: Convertir variable como personaje
df['myvar'] = df['myvar'].astype(str)
Andrea Perlato
df['myvar'] = df['myvar'].astype(str)