Cars93
EDA, Pandas and Missing Data Treatment
@kaggle.yashpaloswal_cars93
EDA, Pandas and Missing Data Treatment
@kaggle.yashpaloswal_cars93
CREATE TABLE cars93 (
"id" BIGINT,
"manufacturer" VARCHAR,
"model" VARCHAR,
"type" VARCHAR,
"min_price" DOUBLE,
"price" DOUBLE,
"max_price" DOUBLE,
"mpg_city" BIGINT,
"mpg_highway" BIGINT,
"airbags" VARCHAR,
"drivetrain" VARCHAR,
"cylinders" VARCHAR,
"enginesize" DOUBLE,
"horsepower" BIGINT,
"rpm" BIGINT,
"rev_per_mile" BIGINT,
"man_trans_avail" VARCHAR,
"fuel_tank_capacity" DOUBLE,
"passengers" BIGINT,
"length" BIGINT,
"wheelbase" BIGINT,
"width" BIGINT,
"turn_circle" BIGINT,
"rear_seat_room" DOUBLE,
"luggage_room" DOUBLE,
"weight" BIGINT,
"origin" VARCHAR,
"make" VARCHAR
);
Anyone who has the link will be able to view this.