Baselight

1.2 Million Used Car Listings

1.2 Million listings scraped from TrueCar.com - Price, Mileage, Make, Model

@kaggle.jpayne_852k_used_car_listings

Loading...
Loading...

About this Dataset

1.2 Million Used Car Listings

Content

This data was acquired by scraping TrueCar.com for used car listings on 9/24/2017. Each row represents one used car listing. Data included: year, make, model, price, VIN, city, state

Tables

True Car Listings

@kaggle.jpayne_852k_used_car_listings.true_car_listings
  • 18.05 MB
  • 852122 rows
  • 8 columns
Loading...

CREATE TABLE true_car_listings (
  "price" BIGINT,
  "year" BIGINT,
  "mileage" BIGINT,
  "city" VARCHAR,
  "state" VARCHAR,
  "vin" VARCHAR,
  "make" VARCHAR,
  "model" VARCHAR
);

Share link

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