Baselight

Used Cars Dataset

Car rides could be so exciting when you own it?

@kaggle.mrmars1010_cars_india_pre_owned

Loading...
Loading...

About this Dataset

Used Cars Dataset

This dataset provides comprehensive information on used cars available in India. It offers valuable insights for researchers, analysts, and businesses involved in the automotive industry, particularly those interested in pre-owned car market trends, pricing, and customer preferences.

Key Features:

Car Details: Includes make, model, year of manufacture, mileage, engine type, fuel type, transmission type, and color.
Pricing Information: Provides the asking price for each used car, allowing for analysis of pricing patterns and factors influencing valuations.

Tables

Pre Owned Cars

@kaggle.mrmars1010_cars_india_pre_owned.pre_owned_cars
  • 98.63 KB
  • 2806 rows
  • 15 columns
Loading...

CREATE TABLE pre_owned_cars (
  "brand" VARCHAR,
  "model" VARCHAR,
  "transmission" VARCHAR,
  "make_year" DOUBLE,
  "reg_year" VARCHAR,
  "fuel_type" VARCHAR,
  "engine_capacity_cc" DOUBLE,
  "km_driven" DOUBLE,
  "ownership" VARCHAR,
  "price" BIGINT,
  "overall_cost" DOUBLE,
  "has_insurance" VARCHAR,
  "spare_key" VARCHAR,
  "reg_number" VARCHAR,
  "title" VARCHAR
);

Share link

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