Baselight

Used Car Price Prediction Dataset

Predict the price of a used vehicle

@kaggle.taeefnajib_used_car_price_prediction_dataset

Loading...
Loading...

About this Dataset

Used Car Price Prediction Dataset

Used Car Price Prediction Dataset is a comprehensive collection of automotive information extracted from the popular automotive marketplace website, https://www.cars.com. This dataset comprises 4,009 data points, each representing a unique vehicle listing, and includes nine distinct features providing valuable insights into the world of automobiles.

  • Brand & Model: Identify the brand or company name along with the specific model of each vehicle.
  • Model Year: Discover the manufacturing year of the vehicles, crucial for assessing depreciation and technology advancements.
  • Mileage: Obtain the mileage of each vehicle, a key indicator of wear and tear and potential maintenance requirements.
  • Fuel Type: Learn about the type of fuel the vehicles run on, whether it's gasoline, diesel, electric, or hybrid.
  • Engine Type: Understand the engine specifications, shedding light on performance and efficiency.
  • Transmission: Determine the transmission type, whether automatic, manual, or another variant.
  • Exterior & Interior Colors: Explore the aesthetic aspects of the vehicles, including exterior and interior color options.
  • Accident History: Discover whether a vehicle has a prior history of accidents or damage, crucial for informed decision-making.
  • Clean Title: Evaluate the availability of a clean title, which can impact the vehicle's resale value and legal status.
  • Price: Access the listed prices for each vehicle, aiding in price comparison and budgeting.

This dataset is a valuable resource for automotive enthusiasts, buyers, and researchers interested in analyzing trends, making informed purchasing decisions or conducting studies related to the automotive industry and consumer preferences. Whether you are a data analyst, car buyer, or researcher, this dataset offers a wealth of information to explore and analyze.

Tables

Used Cars

@kaggle.taeefnajib_used_car_price_prediction_dataset.used_cars
  • 112.66 KB
  • 4009 rows
  • 12 columns
Loading...

CREATE TABLE used_cars (
  "brand" VARCHAR,
  "model" VARCHAR,
  "model_year" BIGINT,
  "milage" VARCHAR,
  "fuel_type" VARCHAR,
  "engine" VARCHAR,
  "transmission" VARCHAR,
  "ext_col" VARCHAR,
  "int_col" VARCHAR,
  "accident" VARCHAR,
  "clean_title" VARCHAR,
  "price" VARCHAR
);

Share link

Anyone who has the link will be able to view this.