Step 12: Aggregate & Visualize View 2 — Geography & Logistics
1. Chart distance_to_nearest_warehouse vs delivery_charges as a scatter plot to check for a price/distance relationship
2. Chart customer_long vs customer_lat as a scatter plot to show geographic distribution of customers
3. Group by nearest_warehouse and count order_id to get order volume per warehouse
4. Chart order count by warehouse as a bar chart
5. Add an interactive warehouse filter to all three charts within a Component
Step 12: GroupBy Aggregate order count for View 2
1. Group by nearest_warehouse and count order_id to get order volume per warehouse
Step 13: Visualize View 2 — Geography & Logistics
1. Chart distance_to_nearest_warehouse vs delivery_charges as a scatter plot
2. Chart customer_long vs customer_lat as a scatter plot showing geographic distribution
3. Chart order count by warehouse as a bar chart
4. Add an interactive warehouse filter to all three charts within a Component