Baselight

Quicker Car Cleaned Dataset

Quicker cars data set

@kaggle.shivamkushwah0411_quicker_car_cleaned_dataset

Loading...
Loading...

About this Dataset

Quicker Car Cleaned Dataset

Thanks for coming here, this data contains cleaned cars data from Quicker cars data set.

columns:

  1. Name
  2. Company
  3. Year
  4. Price
  5. Kms driven
  6. Fuel type

Tables

Cleaned Car

@kaggle.shivamkushwah0411_quicker_car_cleaned_dataset.cleaned_car
  • 18.67 KB
  • 815 rows
  • 7 columns
Loading...

CREATE TABLE cleaned_car (
  "unnamed_0" BIGINT,
  "name" VARCHAR,
  "company" VARCHAR,
  "year" BIGINT,
  "price" BIGINT,
  "kms_driven" BIGINT,
  "fuel_type" VARCHAR
);

Share link

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