Russian Demography Data (1990-2017)
Stats about population in Russia
@kaggle.dwdkills_russian_demography
Stats about population in Russia
@kaggle.dwdkills_russian_demography
You found Russian Demography (1990-2017) Dataset. It contains demographic features like natural population growth, birth rate, urbanization, etc. Data was collected from various Internet resources.
Dataset has 2380 rows and 7 columns. Keys for columns:
ЕМИСС (UIISS) - Unified interdepartmental information and statistical system
You can analyze the relationships between various years, find best regions by each feature and compare them.
CREATE TABLE russian_demography (
"year" BIGINT,
"region" VARCHAR,
"npg" DOUBLE,
"birth_rate" DOUBLE,
"death_rate" DOUBLE,
"gdw" DOUBLE,
"urbanization" DOUBLE
);Anyone who has the link will be able to view this.