Python: Konversi variabel sebagai karakter

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