Baselight

Used And New Cars Datasets

brand new and used cars listed for sales

@kaggle.georgejnr_used_and_new_cars_datasets

Car Data
@kaggle.georgejnr_used_and_new_cars_datasets.car_data

  • 1.68 MB
  • 115762 rows
  • 7 columns
unnamed_0

Unnamed: 0

model

Model

year

Year

status

Status

mileage

Mileage

price

Price

msrp

MSRP

2022 Acura TLX A-Spec2022NewNot available$49,445MSRP $49,445
12023 Acura RDX A-Spec2023NewNot available$50,895Not specified
22023 Acura TLX Type S2023NewNot available$57,745Not specified
32023 Acura TLX Type S2023NewNot available$57,545Not specified
42019 Acura MDX Sport Hybrid 3.0L w/Technology Package2019Used32,675 mi.$40,990$600 price drop
52023 Acura TLX A-Spec2023NewNot available$50,195MSRP $50,195
62023 Acura TLX A-Spec2023NewNot available$50,195MSRP $50,195
72023 Acura TLX Type S2023NewNot available$57,745Not specified
82023 Acura TLX A-Spec2023NewNot available$47,995Not specified
92022 Acura TLX A-Spec2022NewNot available$49,545Not specified

CREATE TABLE car_data (
  "unnamed_0" BIGINT,
  "model" VARCHAR,
  "year" BIGINT,
  "status" VARCHAR,
  "mileage" VARCHAR,
  "price" VARCHAR,
  "msrp" VARCHAR
);

Share link

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