Car Price Dataset
Comprehensive car price dataset with detailed influencing factors.
@kaggle.saurabhbadole_car_price_dataset
Comprehensive car price dataset with detailed influencing factors.
@kaggle.saurabhbadole_car_price_dataset
CREATE TABLE carprice_assignment (
"car_id" BIGINT,
"symboling" BIGINT,
"carname" VARCHAR,
"fueltype" VARCHAR,
"aspiration" VARCHAR,
"doornumber" VARCHAR,
"carbody" VARCHAR,
"drivewheel" VARCHAR,
"enginelocation" VARCHAR,
"wheelbase" DOUBLE,
"carlength" DOUBLE,
"carwidth" DOUBLE,
"carheight" DOUBLE,
"curbweight" BIGINT,
"enginetype" VARCHAR,
"cylindernumber" VARCHAR,
"enginesize" BIGINT,
"fuelsystem" VARCHAR,
"boreratio" DOUBLE,
"stroke" DOUBLE,
"compressionratio" DOUBLE,
"horsepower" BIGINT,
"peakrpm" BIGINT,
"citympg" BIGINT,
"highwaympg" BIGINT,
"price" DOUBLE
);
Anyone who has the link will be able to view this.