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
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.