Used Cars Dataset
Car rides could be so exciting when you own it?
@kaggle.mrmars1010_cars_india_pre_owned
Car rides could be so exciting when you own it?
@kaggle.mrmars1010_cars_india_pre_owned
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
);
Anyone who has the link will be able to view this.