Python: Konversi variabel sebagai karakter
df['myvar'] = df['myvar'].astype(str)
Andrea Perlato
df['myvar'] = df['myvar'].astype(str)