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