Comment faire d'une colonne un facteur de pandas
df['col_name'] = df['col_name'].astype('category')
Comfortable Cardinal
df['col_name'] = df['col_name'].astype('category')