Russia Real Estate 2018-2021
The dataset contains 540000 real estate objects in Russia.
@kaggle.mrdaniilak_russia_real_estate_20182021
The dataset contains 540000 real estate objects in Russia.
@kaggle.mrdaniilak_russia_real_estate_20182021
The dataset consists of lists of unique objects of popular portals for the sale of real estate in Russia. More than 540 thousand objects.
The dataset contains 540000 real estate objects in Russia.
The Russian real estate market has a relatively short history. In the Soviet era, all properties were state-owned; people only had the right to use them with apartments allocated based on one's place of work. As a result, options for moving were fairly limited. However, after the fall of the Soviet Union, the Russian real estate market emerged and Muscovites could privatize and subsequently sell and buy properties for the first time. Today, Russian real estate is booming. It offers many exciting opportunities and high returns for lifestyle and investment.
The real estate market has been in a growth phase for several years, which means that you can still find properties at very attractive prices, but with good chances of increasing their value in the future.
The dataset has 13 fields.
The dataset may contain erroneous data due to input errors on services, as well as outliers, and so on.
Using this dataset, we offer Kagglers algorithms that use a wide range of functions to predict real estate prices. Competitors will rely on a vast dataset that includes housing data and macroeconomic models. An accurate forecasting model provides more confidence to its clients in a volatile economy.
CREATE TABLE all_v2 (
"price" BIGINT,
"date" TIMESTAMP,
"time" VARCHAR,
"geo_lat" DOUBLE,
"geo_lon" DOUBLE,
"region" BIGINT,
"building_type" BIGINT,
"level" BIGINT,
"levels" BIGINT,
"rooms" BIGINT,
"area" DOUBLE,
"kitchen_area" DOUBLE,
"object_type" BIGINT
);Anyone who has the link will be able to view this.