EU Cohesion Policy : Historic EU Payments - Regionalised And Modelled
Directorate-General for Regional and Urban Policy
@ecdgregio.eu_cohesion_policy_historic_eu_payments_regionalised_a_0c2817ba
Directorate-General for Regional and Urban Policy
@ecdgregio.eu_cohesion_policy_historic_eu_payments_regionalised_a_0c2817ba
CREATE TABLE table_1 (
"country" VARCHAR,
"nuts1_id" VARCHAR,
"nuts2_code_name" VARCHAR,
"nuts2_id" VARCHAR,
"nuts2_name" VARCHAR,
"fund" VARCHAR,
"year" BIGINT,
"programming_period" VARCHAR,
"eu_payment_annual" BIGINT,
"modelled_annual_expenditure" BIGINT,
"standard_deviation_of_annual_expenditure" BIGINT,
"standard_error_of_modelled_annual_expenditure" BIGINT
);
CREATE TABLE table_2 (
"country" VARCHAR,
"nuts1_id" VARCHAR,
"nuts2_code_name" VARCHAR,
"nuts2_id" VARCHAR,
"nuts2_name" VARCHAR,
"fund" VARCHAR,
"year" BIGINT,
"programming_period" VARCHAR,
"eu_payment_annual" BIGINT,
"modelled_annual_expenditure" BIGINT,
"standard_deviation_of_annual_expenditure" BIGINT,
"standard_error_of_modelled_annual_expenditure" BIGINT
);
CREATE TABLE table_3 (
"country" VARCHAR,
"nuts1_id" VARCHAR,
"nuts2_code_name" VARCHAR,
"nuts2_id" VARCHAR,
"nuts2_name" VARCHAR,
"fund" VARCHAR,
"year" BIGINT,
"programming_period" VARCHAR,
"eu_payment_annual" BIGINT,
"modelled_annual_eu_payments" BIGINT,
"standard_deviation" BIGINT,
"standard_error" BIGINT
);
Anyone who has the link will be able to view this.