Baselight

Car Price Prediction Dataset

Unlocking Insights: Exploring Trends and Patterns in Car Price Prediction Data

@kaggle.sukhmandeepsinghbrar_car_price_prediction_dataset

Cardekho
@kaggle.sukhmandeepsinghbrar_car_price_prediction_dataset.cardekho

  • 119.61 KB
  • 8128 rows
  • 12 columns
name

Name

year

Year

selling_price

Selling Price

km_driven

Km Driven

fuel

Fuel

seller_type

Seller Type

transmission

Transmission

owner

Owner

mileage_km_ltr_kg

Mileage(km/ltr/kg)

engine

Engine

max_power

Max Power

seats

Seats

Maruti Swift Dzire VDI2014450000145500DieselIndividualManualFirst Owner23.41248745
Skoda Rapid 1.5 TDI Ambition2014370000120000DieselIndividualManualSecond Owner21.141498103.525
Honda City 2017-2020 EXi2006158000140000PetrolIndividualManualThird Owner17.71497785
Hyundai i20 Sportz Diesel2010225000127000DieselIndividualManualFirst Owner231396905
Maruti Swift VXI BSIII2007130000120000PetrolIndividualManualFirst Owner16.1129888.25
Hyundai Xcent 1.2 VTVT E Plus201744000045000PetrolIndividualManualFirst Owner20.14119781.865
Maruti Wagon R LXI DUO BSIII200796000175000LPGIndividualManualFirst Owner17.3106157.55
Maruti 800 DX BSII2001450005000PetrolIndividualManualSecond Owner16.1796374
Toyota Etios VXD201135000090000DieselIndividualManualFirst Owner23.59136467.15
Ford Figo Diesel Celebration Edition2013200000169000DieselIndividualManualFirst Owner20139968.15

CREATE TABLE cardekho (
  "name" VARCHAR,
  "year" BIGINT,
  "selling_price" BIGINT,
  "km_driven" BIGINT,
  "fuel" VARCHAR,
  "seller_type" VARCHAR,
  "transmission" VARCHAR,
  "owner" VARCHAR,
  "mileage_km_ltr_kg" DOUBLE,
  "engine" DOUBLE,
  "max_power" VARCHAR,
  "seats" DOUBLE
);

Share link

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