MoscowHomes: Dynamic Dataset
One of the key columns in the dataset is "Price," representing the apartment's
@kaggle.willianoliveiragibin_moscowhomes_dynamic_dataset
One of the key columns in the dataset is "Price," representing the apartment's
@kaggle.willianoliveiragibin_moscowhomes_dynamic_dataset
CREATE TABLE price_moscow_new (
"price" DOUBLE,
"apartment_type" VARCHAR,
"metro_station" VARCHAR,
"minutes_to_metro" DOUBLE,
"region" VARCHAR,
"number_of_rooms" DOUBLE,
"area" DOUBLE,
"living_area" DOUBLE,
"kitchen_area" DOUBLE,
"floor" DOUBLE,
"number_of_floors" BIGINT,
"renovation" VARCHAR,
"average" DOUBLE
);
Anyone who has the link will be able to view this.