1985 Automobile Dataset
1985 Auto Imports Database
@kaggle.fazilbtopal_auto85
1985 Auto Imports Database
@kaggle.fazilbtopal_auto85
CREATE TABLE auto_clean (
"symboling" BIGINT,
"normalized_losses" BIGINT,
"make" VARCHAR,
"aspiration" VARCHAR,
"num_of_doors" VARCHAR,
"body_style" VARCHAR,
"drive_wheels" VARCHAR,
"engine_location" VARCHAR,
"wheel_base" DOUBLE,
"length" DOUBLE,
"width" DOUBLE,
"height" DOUBLE,
"curb_weight" BIGINT,
"engine_type" VARCHAR,
"num_of_cylinders" VARCHAR,
"engine_size" BIGINT,
"fuel_system" VARCHAR,
"bore" DOUBLE,
"stroke" DOUBLE,
"compression_ratio" DOUBLE,
"horsepower" DOUBLE,
"peak_rpm" DOUBLE,
"city_mpg" BIGINT,
"highway_mpg" BIGINT,
"price" DOUBLE,
"city_l_100km" DOUBLE,
"horsepower_binned" VARCHAR,
"diesel" BIGINT,
"gas" BIGINT
);
Anyone who has the link will be able to view this.