Python: Przekształć zmienną na charakter
df['myvar'] = df['myvar'].astype(str)
Andrea Perlato
df['myvar'] = df['myvar'].astype(str)