Skip to content

Through this project we tried to found and check various configuration of Automobile for keeping the price low

Notifications You must be signed in to change notification settings

ankesh-verma/EDA-Automobile-Data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exploratory Data Analysis - Automobile

enter image description here

This project visualizes various features and configuration of vehicles, of different brands, which have impact on the price of vehicle.

Objective

  • Analysis of various automobile features and correlation between them
  • Visualizing automobile configuration to keep car's price as low as possible.

Tools Used For Analysis

EDA TOOLS

For doing EDA we have used two type of tools as below:

MANIPULATIONVISUALIZATION
1. PANDAS1. Matplotlib
2. NUMPY2. Seaborn

About Automobile Dataset

enter image description here
This automobile dataset consist of data From 1985 Ward's Automotive Yearbook. Data Volume
enter image description here
205 records (rows), 24 variables (columns)

Attribute Information

  • In our Analysis we have used below attributes from dataset

Attributes used for EDA

Visualizations and the Corresponding Insights:

  1. Aspiration and Fuel-type used

If we Plot graph for aspiration (air-intake) and fuel-type used in vehicles we observe that about ~81% vehicles having standard (std) aspiration and 90.24 % vehicles used gas as fuel-type as show in below plot:

enter image description here

  1. Price Impact w.r.t. Horsepower

Below plot shows that there is a positive correlation between Horsepower and Price of the vehicle, so as we go higher Horsepower increases Vehicle Price.

enter image description here Also we observe from Box Plot that most of the vehicles falls in ~80 to 150 HP range

  1. Impact on price due to curb-weight, length, height and width

Below Regplot shows that there is a positive correlation between Price of vehicle and vehicle's curb-weight, length and width , so these three have impact on vehicle price, however there is very less impact of Height in Pricing of vehicle.

enter image description here

  1. Relation Between vehicle Make and Price

Prices of BMW, Mercedes-Benz and Porsche are very high but Porsche offers car models in a lot pf price ranges. From premium pricing to pricing comparable to top models of other car manufacturers while BMW, Mercedes-Benz have only premium segment cars.

enter image description here

For Detail Document Click Here
For Notebook Click Here

About

Through this project we tried to found and check various configuration of Automobile for keeping the price low

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published