Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
Datasets
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tarun Shrivas
Datasets
Commits
22ca7a9d
Commit
22ca7a9d
authored
6 years ago
by
Tarun Shrivas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
dde3fbc1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
11 deletions
+14
-11
README.md
Auto MPG Data Set/README.md
+14
-11
No files found.
Auto MPG Data Set/README.md
View file @
22ca7a9d
...
...
@@ -22,18 +22,21 @@ This *intermediate* level data set has 398 rows and 9 columns and provides milea
### <span style="color:#15A3D8">Data Dictionary</span>
|
**Column Position**
|
**Attribute Name**
|
**Description**
|
**Examples**
|
**Attribute Type**
|
**Nulls Ratio**
|
|-------------------|------------------|------------------------------------------------------------|---------------------------|---------------------|----------------|
| #1 | mpg | fuel efficiency measured in miles per gallon (mpg) | 9.0, 13.0, 41.5 | quantitative | 0% |
| #2 | cylinders | number of cylinders in the engine | 3, 4, 8 | qualitative | 0% |
| #3 | displacement | engine displacement (in cubic inches) | 68.0, 112.0, 455.0 | quantitative | 0% |
| #4 | horsepower | engine horsepower | 46.0, 70.0, 230.0 | quantitative | 2% |
| #5 | weight | vehicle weight (in pounds) | 1613, 3615, 5140 | quantitative | 0% |
| #6 | acceleration | time to accelerate from O to 60 mph (in seconds) | 8.00, 15.50, 24.80 | quantitative | 0% |
| #7 | model year | model year | 73, 79, 82 | qualitative | 0% |
| #8 | origin | origin of car (1: American, 2: European, 3: Japanese) | 1, 2, 3 | qualitative | 0% |
| #9 | car name | car name | audi fox, subaru | qualitative | 0% |
|
*Column Position*
|
*Attribute Name*
|
*Description*
|
*Examples*
|
*Attribute Type*
|
*Nulls Ratio*
|
|------------------|------------------|----------------------------------------------------------|-------------------------|-------------------|---------------|
| #1 | mpg | fuel efficiency measured in miles per gallon (mpg) | 9.0, 13.0, 41.5 | quantitative | 0% |
| #2 | cylinders | number of cylinders in the engine | 3, 4, 8 | qualitative | 0% |
| #3 | displacement | engine displacement (in cubic inches) | 68.0, 112.0, 455.0 | quantitative | 0% |
| #4 | horsepower | engine horsepower | 46.0, 70.0, 230.0 | quantitative | 2% |
| #5 | weight | vehicle weight (in pounds) | 1613, 3615, 5140 | quantitative | 0% |
| #6 | acceleration | time to accelerate from O to 60 mph (in seconds) | 8.00, 15.50, 24.80 | quantitative | 0% |
| #7 | model year | model year | 73, 79, 82 | qualitative | 0% |
| #8 | origin | origin of car (1: American, 2: European, 3: Japanese) | 1, 2, 3 | qualitative | 0% |
| #9 | car name | car name | audi fox, subaru | qualitative | 0% |
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment