Baselight

Pakistan Used Car Prices 2023

78,000+ used car dataset from all over Pakistan

@kaggle.talhabarkaatahmad_pakistan_used_car_prices_2023

Loading...
Loading...

About this Dataset

Pakistan Used Car Prices 2023

This data has been scraped from PakWheels, the most renowned second-hand Car Selling company's website. The data contains approximately more than 78,000 cars with 13 different features and price as target. The feature names are:

  • ad_ref: a unique ad referance
  • city: advertisement city (location where vehicle is sold)
  • assembly: imported or not (local)
  • body: body type of vehicle
  • make: manufacturer of vehicle
  • model: model variant of vehicle
  • year: year of production
  • engine_cc: engine volume of vehicle
  • transmission: Auto/Manual
  • fuel_type: petrol, diesel of hybrid
  • color: color of vehicle
  • registered: registration number city/province of vehicle
  • mileage: mileage in kms
  • price: price of vehicle in PKR

Tables

Pakwheels Used Cars

@kaggle.talhabarkaatahmad_pakistan_used_car_prices_2023.pakwheels_used_cars
  • 1.29 MB
  • 77237 rows
  • 14 columns
Loading...

CREATE TABLE pakwheels_used_cars (
  "ad_ref" BIGINT,
  "assembly" VARCHAR,
  "body" VARCHAR,
  "ad_city" VARCHAR,
  "color" VARCHAR,
  "engine_cc" DOUBLE,
  "fuel_type" VARCHAR,
  "make" VARCHAR,
  "mileage" BIGINT,
  "model" VARCHAR,
  "registered" VARCHAR,
  "transmission" VARCHAR,
  "year" DOUBLE,
  "price" DOUBLE
);

Pakwheels Used Car Data V02

@kaggle.talhabarkaatahmad_pakistan_used_car_prices_2023.pakwheels_used_car_data_v02
  • 1.36 MB
  • 77878 rows
  • 14 columns
Loading...

CREATE TABLE pakwheels_used_car_data_v02 (
  "addref" BIGINT,
  "city" VARCHAR,
  "assembly" VARCHAR,
  "body" VARCHAR,
  "make" VARCHAR,
  "model" VARCHAR,
  "year" DOUBLE,
  "engine" DOUBLE,
  "transmission" VARCHAR,
  "fuel" VARCHAR,
  "color" VARCHAR,
  "registered" VARCHAR,
  "mileage" BIGINT,
  "price" DOUBLE
);

Share link

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