Baselight

Car Details Dataset

Data of various cars from Car Dekho

@kaggle.akshaydattatraykhare_car_details_dataset

Loading...
Loading...

About this Dataset

Car Details Dataset

This data is collected from 'Car Dekho'.
Following details of cars are included in the dataset:

  1. Car name
  2. Year
  3. Selling Price
  4. Kms driven
  5. Fuel
  6. Seller type
  7. Transmission
  8. Owner

Tables

Car Details From Car Dekho

@kaggle.akshaydattatraykhare_car_details_dataset.car_details_from_car_dekho
  • 54.74 KB
  • 4340 rows
  • 8 columns
Loading...

CREATE TABLE car_details_from_car_dekho (
  "name" VARCHAR,
  "year" BIGINT,
  "selling_price" BIGINT,
  "km_driven" BIGINT,
  "fuel" VARCHAR,
  "seller_type" VARCHAR,
  "transmission" VARCHAR,
  "owner" VARCHAR
);

Share link

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