Step 7: Clean and impute missing_data.csv
1. Fill missing nearest_warehouse and season using most-frequent-value imputation
2. Fill missing order_price, order_total, distance_to_nearest_warehouse, customer_lat, and customer_long using median imputation
3. Lowercase the latest_customer_review text with String Manipulation
4. Infer missing is_happy_customer values from review keywords using Rule Engine (negative keywords → False, positive keywords → True, default True)
5. Remove the temporary review_lower helper column