Time Series Info About Independent Ukraine
Some time series with info about independent Ukraine
@kaggle.andriimakarchuk_time_series_info_about_independent_ukraine
Some time series with info about independent Ukraine
@kaggle.andriimakarchuk_time_series_info_about_independent_ukraine
Studying of different aspects of modern Ukraine is an interesting item for some people and for some tasks. In this dataset, there are some time series about different aspects of independent Ukraine.
CREATE TABLE fertility_rate_data_primary (
"unnamed_0" BIGINT -- Unnamed: 0,
"year" BIGINT,
"fertility_rate" DOUBLE
);CREATE TABLE gdp_primary (
"unnamed_0" BIGINT -- Unnamed: 0,
"year" BIGINT,
"gdp" DOUBLE
);CREATE TABLE middle_salary_primary (
"unnamed_0" BIGINT -- Unnamed: 0,
"year" BIGINT,
"mid_salary_hryvnias" DOUBLE -- Mid Salary, Hryvnias
);CREATE TABLE mortality_rate_primary (
"unnamed_0" BIGINT -- Unnamed: 0,
"year" BIGINT,
"martality_rate" DOUBLE
);CREATE TABLE population_info_primary (
"unnamed_0" BIGINT -- Unnamed: 0,
"year" BIGINT,
"population_thousands" DOUBLE -- Population (thousands)
);Anyone who has the link will be able to view this.