Price Of Used Toyota Corolla Cars
Predicting the Price of Used Toyota Corolla Cars
@kaggle.vishakhdapat_price_of_used_toyota_corolla_cars
Predicting the Price of Used Toyota Corolla Cars
@kaggle.vishakhdapat_price_of_used_toyota_corolla_cars
CREATE TABLE toyotacorolla (
"id" BIGINT,
"model" VARCHAR,
"price" BIGINT,
"age_08_04" BIGINT,
"mfg_month" BIGINT,
"mfg_year" BIGINT,
"km" BIGINT,
"fuel_type" VARCHAR,
"hp" BIGINT,
"met_color" BIGINT,
"color" VARCHAR,
"automatic" BIGINT,
"cc" BIGINT,
"doors" BIGINT,
"cylinders" BIGINT,
"gears" BIGINT,
"quarterly_tax" BIGINT,
"weight" BIGINT,
"mfr_guarantee" BIGINT,
"bovag_guarantee" BIGINT,
"guarantee_period" BIGINT,
"abs" BIGINT,
"airbag_1" BIGINT,
"airbag_2" BIGINT,
"airco" BIGINT,
"automatic_airco" BIGINT,
"boardcomputer" BIGINT,
"cd_player" BIGINT,
"central_lock" BIGINT,
"powered_windows" BIGINT,
"power_steering" BIGINT,
"radio" BIGINT,
"mistlamps" BIGINT,
"sport_model" BIGINT,
"backseat_divider" BIGINT,
"metallic_rim" BIGINT,
"radio_cassette" BIGINT,
"parking_assistant" BIGINT,
"tow_bar" BIGINT
);
Anyone who has the link will be able to view this.