Cars Yallamotors
This data was scrapped from YallaMotors website with Python and Requests-html.
@kaggle.willianoliveiragibin_cars_yallamotors
This data was scrapped from YallaMotors website with Python and Requests-html.
@kaggle.willianoliveiragibin_cars_yallamotors
CREATE TABLE cars_new (
"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.