Hands on Cars dataset
Download the 2004 Cars and Trucks Data Set)
Follow the instructions on this PDF (UPDATED)
Plan
- Data Organization
- Changing Data types
- Len -> Number; Removing the geographic role
- With -> Number
- Convert to Mesure and to Dimensions
- (Len, Width) -> [Dimension -> Measure]
- (AWD, Minvan, …) -> [Measure -> Dimension]
- Create additional Variables
- Class
- Brand
- Model
- Engine Type
- Drive Train
- Organize in folders and hide unused variables
- Create Hierarchies
- Brand -> Model -> Name
- Engine Type -> Cylinders
- Changing Data types
- Explore Single variables
- Frequency distribution - Discrete
- Absolute versus Relative
- Sort;
- BarH, BarV, Pie
- Using hierarchies
- Labels
- Frequency distribution - Continuos
- Histogram; Controlling the bins
- Crop
- LogScale
- Boxplot
- Histogram; Controlling the bins
- Frequency distribution - Discrete
- Joint distribution of 2 variables
- 2 categorical
- Absolute versus Relative
- 2 continuos variables
- Scatter Plot Matrix
- 2 categorical