Baselight

MoscowHomes: Dynamic Dataset

One of the key columns in the dataset is "Price," representing the apartment's

@kaggle.willianoliveiragibin_moscowhomes_dynamic_dataset

Price Moscow New
@kaggle.willianoliveiragibin_moscowhomes_dynamic_dataset.price_moscow_new

  • 465.84 KB
  • 22676 rows
  • 13 columns
price

Price

apartment_type

Apartment Type

metro_station

Metro Station

minutes_to_metro

Minutes To Metro

region

Region

number_of_rooms

Number Of Rooms

area

Area

living_area

Living Area

kitchen_area

Kitchen Area

floor

Floor

number_of_floors

Number Of Floors

renovation

Renovation

average

AVERAGE

6300000SecondaryОпалиха6Moscow region130.611.18.52525Cosmetic1.33
9000000SecondaryПавшино2Moscow region149.22010615European-style renovation1.53
11090000SecondaryМякинино14Moscow region144.716.213.11025Cosmetic1.85
8300000SecondaryСтрогино8Moscow region135.116111233European-style renovation1.58
6450000SecondaryОпалиха6Moscow region137.715.2455Without renovation1.32
7150000SecondaryОпалиха6Moscow region138.4188818European-style renovation1.36
7400000SecondaryНахабино11Moscow region13316877European-style renovation1.22
7500000SecondaryСтрогино27Moscow region12514.88.71634European-style renovation1.28
7800000SecondaryКрасногорская6Moscow region141.81810617Cosmetic1.21
7999999SecondaryТушинская35Moscow region14419111124Designer1.25

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
);

Share link

Anyone who has the link will be able to view this.