Concept Flow - Memory savings with categoricals
Load DataFrame with strings
Check memory usage
Convert string column to categorical
Check memory usage again
Compare memory before and after
Observe memory savings
This flow shows loading data, checking memory, converting to categorical, and then comparing memory usage to see savings.