Cars93
EDA, Pandas and Missing Data Treatment
@kaggle.yashpaloswal_cars93
EDA, Pandas and Missing Data Treatment
@kaggle.yashpaloswal_cars93
Content:-
The file contains basic cars details
Goal:- You can do multiple things using this dataset such as
The basic purpose of this dataset is to get started in the field of data science and machine learning.
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.