Baselight

CarDekho Used Car Dataset

Understand the Used Car Market in India

@kaggle.manishkr1754_cardekho_used_car_data

Loading...
Loading...

About this Dataset

CarDekho Used Car Dataset

The used car market in India is a dynamic and ever-changing landscape. Prices can fluctuate wildly based on a variety of factors including the make and model of the car, its mileage, its condition and the current market conditions. As a result, it can be difficult for sellers to accurately price their cars.

This dataset contains information about used cars.
This data can be used for a lot of purposes such as Used Car Price Prediction using different Machine Learning Techniques.

Data Description (Feature Information)

  • car_name: Car's Full name, which includes brand and specific model name.
  • brand: Brand Name of the particular car.
  • model: Exact model name of the car of a particular brand.
  • seller_type: Which Type of seller is selling the used car
  • fuel_type: Fuel used in the used car, which was put up on sale.
  • transmission_type: Transmission used in the used car, which was put on sale.
  • vehicle_age: The count of years since car was bought.
  • mileage: It is the number of kilometer the car runs per litre.
  • engine: It is the engine capacity in cc(cubic centimeters)
  • max_power: Max power it produces in BHP.
  • seats: Total number of seats in car.
  • selling_price: The sale price which was put up on website.

Tables

Cardekho Dataset

@kaggle.manishkr1754_cardekho_used_car_data.cardekho_dataset
  • 276.29 KB
  • 15411 rows
  • 14 columns
Loading...

CREATE TABLE cardekho_dataset (
  "unnamed_0" BIGINT,
  "car_name" VARCHAR,
  "brand" VARCHAR,
  "model" VARCHAR,
  "vehicle_age" BIGINT,
  "km_driven" BIGINT,
  "seller_type" VARCHAR,
  "fuel_type" VARCHAR,
  "transmission_type" VARCHAR,
  "mileage" DOUBLE,
  "engine" BIGINT,
  "max_power" DOUBLE,
  "seats" BIGINT,
  "selling_price" BIGINT
);

Share link

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