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