Question
Data needed: https://drive.google.com/file/d/1AQdYBVDWiRHZ3uczPc-gcn_ts8rXDodi/view?usp=sharing The data set has the following columns: LotCode : a unique code that identifies the parking lot LotCapacity : a number with
Data needed: https://drive.google.com/file/d/1AQdYBVDWiRHZ3uczPc-gcn_ts8rXDodi/view?usp=sharing
The data set has the following columns:
- LotCode: a unique code that identifies the parking lot
- LotCapacity: a number with the respective parking lot capacity
- LotOccupancy: a number with the current number of cars in the parking lot
- TimeStamp: a day/time combination indicating the moment when occupancy was measured
- Day: the day of the week corresponding to theTimeStamp
- OccupancyRate: occupancy rate as a percentage with 1 decimal (LotOccupancy/LotCapacity)
Using the OccupancyRate and Day columns,constructbox plots for each day of the week. You can use Insert > Insert Statistic Chart >Box and Whisker for this purpose. Is the median occupancy rate approximately the same throughout the week? If not, which days have lower median occupancy rates? Which days have higher median occupancy rates? Is this what you expected?
Using the OccupancyRate and LotCode columns,constructbox plots for each parking lot. You can use Insert > Insert Statistic Chart >Box and Whisker for this purpose. Do all parking lots experience approximately equal occupancy rates? Are some parking lots more frequented than others? Is this what you expected?
Selectany 2 parking lots. For each of them,preparea scatter plot showing occupancy rate againstTimeStampfor the week 11/20/2016 - 11/26/2016. Are occupancy rates time dependent? If so, which times seem to experience the highest occupancy rates? Is this what you expected?
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started