Concept Flow - Categorical data type optimization
Load DataFrame with object columns
Check unique values count
Convert suitable columns to 'category'
Compare memory usage before and after
Use optimized DataFrame for analysis
This flow shows how to convert object columns with repeated values into categorical type to save memory and speed up analysis.