Car Price Dataset
Detailed Records and Analysis of Car Prices
@kaggle.fhabibimoghaddam_car_price_dataset
Detailed Records and Analysis of Car Prices
@kaggle.fhabibimoghaddam_car_price_dataset
CREATE TABLE car_price_dataset (
"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.