RIO Country-based Indicators
Joint Research Centre
@ecjrc.n_8619155c_d4d3_4a3f_975b_1bca32edeb0b
Joint Research Centre
@ecjrc.n_8619155c_d4d3_4a3f_975b_1bca32edeb0b
CREATE TABLE country_based_indicators (
"ind_group" VARCHAR,
"group_desc" VARCHAR,
"indicator" VARCHAR,
"indicator_desc" VARCHAR,
"datasource" VARCHAR,
"country_code" VARCHAR,
"country" VARCHAR,
"unitcode" VARCHAR,
"unitcode_desc" VARCHAR,
"year" BIGINT,
"year_str" VARCHAR,
"value" DOUBLE,
"observation_status" VARCHAR,
"observation_status_descr" VARCHAR,
"last_update" TIMESTAMP
);
Anyone who has the link will be able to view this.