how to factorize columns in pandas code example Example: how to make a column a factor in pandas df['col_name'] = df['col_name'].astype('category')