The elements in this data set are the different types of cars represented by the Car_ID label.
This is a sample of cars produced between 1999 and 2008.
<style type="text/css">
.tg {border-collapse:collapse;border-spacing:0;} .tg
td{border-color:black;border-style:solid;border-width:1px;font-family:Arial,
sans-serif;font-size:14px; overflow:hidden;padding:10px
5px;word-break:normal;} .tg
th{border-color:black;border-style:solid;border-width:1px;font-family:Arial,
sans-serif;font-size:14px;
font-weight:normal;overflow:hidden;padding:10px 5px;word-break:normal;}
.tg .tg-0pky{border-color:inherit;text-align:left;vertical-align:top}
Variable | ||
---|---|---|
Year | Quantitative | Discrete |
Manufacturer | Categorical | Nominal |
Model | Categorical | Nominal |
City MPG | Quantitative | Cont. |
HWY MPG | Quantitative | Cont. |
Class | Categorical |
class | Count | Percent |
---|---|---|
minivan | 11 | 4.7% |
suv | 62 | 26.5% |
compact | 47 | 20.1% |
2seater | 5 | 2.1% |
midsize | 41 | 17.5% |
subcompact | 35 | 15% |
pickup | 33 | 14.1% |
Distribution looks relatively symmetric.
Avg | Med |
---|---|
23.44 | 24 |
The average and median hwy MPG are relatively close, which would suggest not a lot of skew in the distribution. This is consistent with the histogram.
STDEV | CV |
---|---|
5.95 | 0.25 |