Baselight

Used Car Price Prediction

Used Car Price Prediction Suitable For Regression Models.

@kaggle.ayaz11_used_car_price_prediction

Loading...
Loading...

About this Dataset

Used Car Price Prediction

The dataset, sourced through web scraping from the well-known U.S. used car marketplace Truecars.com, comprises of six columns that can be feature engineered into several more . This dataset is particularly suitable for constructing regression models.

Tables

Car Web Scraped Dataset

@kaggle.ayaz11_used_car_price_prediction.car_web_scraped_dataset
  • 46.53 KB
  • 2840 rows
  • 6 columns
Loading...

CREATE TABLE car_web_scraped_dataset (
  "name" VARCHAR,
  "year" BIGINT,
  "miles" VARCHAR,
  "color" VARCHAR,
  "condition" VARCHAR,
  "price" VARCHAR
);

Share link

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