Cars Dataset
dataset from online selling website yallamotors
@kaggle.mahmoudahmed6_yallamotors_cars_dataset
dataset from online selling website yallamotors
@kaggle.mahmoudahmed6_yallamotors_cars_dataset
CREATE TABLE cars (
"car_name" VARCHAR,
"price" VARCHAR,
"engine_capacity" VARCHAR,
"cylinder" VARCHAR,
"horse_power" VARCHAR,
"top_speed" VARCHAR,
"seats" VARCHAR,
"brand" VARCHAR,
"country" VARCHAR
);
Anyone who has the link will be able to view this.