Baselight

Cars Dataset

dataset from online selling website yallamotors

@kaggle.mahmoudahmed6_yallamotors_cars_dataset

Loading...
Loading...

About this Dataset

Cars Dataset

this data was scrapped from YallaMotors website with Python and Requests-html , it contains about 6750 row with 9 columns , and it is perfect for Exploratory Data Analysis and Machine Learning Algorithms like Linear Regression

Tables

Cars

@kaggle.mahmoudahmed6_yallamotors_cars_dataset.cars
  • 117.25 KB
  • 6308 rows
  • 9 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.