1.2 Million Used Car Listings
1.2 Million listings scraped from TrueCar.com - Price, Mileage, Make, Model
@kaggle.jpayne_852k_used_car_listings
1.2 Million listings scraped from TrueCar.com - Price, Mileage, Make, Model
@kaggle.jpayne_852k_used_car_listings
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
CREATE TABLE true_car_listings (
"price" BIGINT,
"year" BIGINT,
"mileage" BIGINT,
"city" VARCHAR,
"state" VARCHAR,
"vin" VARCHAR,
"make" VARCHAR,
"model" VARCHAR
);Anyone who has the link will be able to view this.