Baselight

Nigerian Used Car Marketplace

Explore Nigerian used cars and their prices

@kaggle.sootersaalu_nigerian_used_car_marketplace

Loading...
Loading...

About this Dataset

Nigerian Used Car Marketplace

This dataset contains about 1400 used car entries, their features and prices scrapped from a Nigerian used car website.
Explore, cleanse, analyze and predict. Good luck

Tables

Car Scrape

@kaggle.sootersaalu_nigerian_used_car_marketplace.car_scrape
  • 28.5 KB
  • 1451 rows
  • 10 columns
Loading...

CREATE TABLE car_scrape (
  "title" VARCHAR,
  "odometer" BIGINT,
  "location" VARCHAR,
  "isimported" VARCHAR,
  "engine" VARCHAR,
  "transmission" VARCHAR,
  "fuel" VARCHAR,
  "paint" VARCHAR,
  "price" BIGINT,
  "year" BIGINT
);

Share link

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