Vehicle Dataset
Used Cars data form websites
@kaggle.nehalbirla_vehicle_dataset_from_cardekho
Used Cars data form websites
@kaggle.nehalbirla_vehicle_dataset_from_cardekho
CREATE TABLE car_data (
"car_name" VARCHAR,
"year" BIGINT,
"selling_price" DOUBLE,
"present_price" DOUBLE,
"kms_driven" BIGINT,
"fuel_type" VARCHAR,
"seller_type" VARCHAR,
"transmission" VARCHAR,
"owner" BIGINT
);
Anyone who has the link will be able to view this.