Skip to content

AksharSolanki2697/Factors-that-influence-used-car-prices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Practical Application 2

Context

In this second practical application assignment, I explored a dataset from Kaggle that contains information on three million used cars. My goal was to determine which factors make a car more or less expensive. Following your analysis, you should provide clear recommendations to your client—a used car dealership—as to what consumers value in a used car.

To frame the task, throughout these practical applications we will refer back to a standard process in industry for data projects called CRISP-DM. This process provides a framework for working through a data problem.

Deliverable

After understanding, preparing, and modeling your data, write up a basic report that details your primary findings. Your audience for this report is a group of used car dealers interested in fine-tuning their inventory.

Data Description

Based on the initial analysis, following are the attributes available to us in the data. These attributes have been manipulated to create statistical models for inferring what factors contribute to teh price of a vehicle.

Text-based Attributes

  • Manufacturer: Who built the vehicle (examples: Nissan, Volvo, Cadillac, etc.)
  • Model: Name of the model (eg: 'maxima s sedan 4d' , 's60 t5 momentum sedan 4d' etc.)
  • Condition: How the vehicle runs and whether any cosmetic damages ('good', 'excellent', 'fair', 'like new', etc.)
  • Cylinders: No of cylinders in the engine ('8 cylinders', '6 cylinders', '4 cylinders', '5 cylinders', etc.)
  • Fuel: Type of fuel ('gas', 'other', 'diesel', 'hybrid', 'electric', etc.)
  • Title Status: Accident information ('clean', 'rebuilt', 'lien', 'salvage', etc.)
  • Transmission: What transmission the car uses ('manual','automatic', etc.)
  • Drive: Whether the car is Rear-wheel drive or other types ('rwd', '4wd', 'fwd', etc.)
  • Size: Size of the Vehicle ('full-size', 'mid-size', 'compact', 'sub-compact', etc.)
  • Type: Vehicle Body Style ('pickup', 'truck', 'other', 'coupe', 'SUV', etc.)
  • Paint Color: Exterior color of the vehicle ('white','purple', 'red', etc.)

Numerical Attribtues

  • Odometer: The amount of miles driven on the used vehicle [Min(0); Max(10000000.0); Mean(98043.33); Median(85548.0); std(213881.50)]
  • Price: The price of the vehicle [Min(0); Max(3736928711); Mean(75199.03); Median (13950.0); std(12182282.17)]

Spatial Attributes

  • Region: Cities in the USA
  • State: States in the USA

Temporal Attributes

  • Year: Vehicle Model Year (~1960-2022)

Data Exploration and Cleaning

  1. Count of used cars over the years

image

  1. Price of used cars over the years

image

  1. Odometer Readings of Vehicles over the years

image

  1. Price of Cars per Manufacturer

image

  1. Fuel type of used cars and price impact

image

Results

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages