Baselight

Car Price Prediction

Car price prediction dataset. There are no missing values.

@kaggle.ersany_car_price_prediction

Loading...
Loading...

About this Dataset

Car Price Prediction

It is a real data set. There is no missing value. It is good data for implementing encoding methods, get_dummies and regression algorithms for machine learning.

Tables

Car Price

@kaggle.ersany_car_price_prediction.car_price
  • 47.25 KB
  • 4800 rows
  • 8 columns
Loading...

CREATE TABLE car_price (
  "make_model" VARCHAR,
  "body_type" VARCHAR,
  "body_color" VARCHAR,
  "km" BIGINT,
  "hp" BIGINT,
  "gearing_type" VARCHAR,
  "extras" VARCHAR,
  "price" BIGINT
);

Share link

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