Car Price Prediction
Car price prediction dataset. There are no missing values.
@kaggle.ersany_car_price_prediction
Car price prediction dataset. There are no missing values.
@kaggle.ersany_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.
CREATE TABLE car_price (
"make_model" VARCHAR,
"body_type" VARCHAR,
"body_color" VARCHAR,
"km" BIGINT,
"hp" BIGINT,
"gearing_type" VARCHAR,
"extras" VARCHAR,
"price" BIGINT
);Anyone who has the link will be able to view this.