BMW Pricing Challenge
Predict the value of a used car
@kaggle.danielkyrka_bmw_pricing_challenge
Predict the value of a used car
@kaggle.danielkyrka_bmw_pricing_challenge
CREATE TABLE bmw_pricing_challenge (
"maker_key" VARCHAR,
"model_key" VARCHAR,
"mileage" BIGINT,
"engine_power" BIGINT,
"registration_date" TIMESTAMP,
"fuel" VARCHAR,
"paint_color" VARCHAR,
"car_type" VARCHAR,
"feature_1" BOOLEAN,
"feature_2" BOOLEAN,
"feature_3" BOOLEAN,
"feature_4" BOOLEAN,
"feature_5" BOOLEAN,
"feature_6" BOOLEAN,
"feature_7" BOOLEAN,
"feature_8" BOOLEAN,
"price" BIGINT,
"sold_at" TIMESTAMP
);
Anyone who has the link will be able to view this.