variable - 'Item_Fat_Content' values - 'Low Fat', 'Regular', 'High fat', 'No fat'
These values on converting into label will take values of 0,1,2,3. On standardising, they will take up numerical values something like 0.0,0.4,0.5,0.9.
Will python consider this 'Item_Fat_Content' as categorical or numerical variable while applying algorithms?