python: convertir la variable en tant que caractère

df['myvar'] = df['myvar'].astype(str)
Andrea Perlato