Statistical Performance Indicators (SPI)
Indicators on statistical capacity
@worldbank.statistical_performance_indicators
Indicators on statistical capacity
@worldbank.statistical_performance_indicators
The Statistical Performance Indicators (SPI) is a framework to measure progress in statistical capacity building and related investments. It covers five aspects: data use, data services, data products, data sources, and data infrastructure. Countries will be given an opportunity to dispute the values that make up our indicators. The team takes every effort to make sure the data presented in the Statistical Performance Indicators are accurate, but it is possible that the sources we used to assign values for our indicators are occasionally not up to date or accurate despite these efforts. Because of this, countries will have a window to provide documentation for any disputed values through contacting the Bank directly or via data@worldbank.org.
CREATE TABLE spi_d5_5_difi (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE spi_dim1_5_index (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE spi_dim2_1_index (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE spi_dim2_2_index (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE spi_dim2_4_index (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE spi_dim3_1_index (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE spi_dim3_2_index (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE spi_dim3_3_index (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE spi_dim3_4_index (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE spi_dim4_1_cen_index (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE spi_dim4_1_svy_index (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE spi_dim4_2_index (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE spi_dim4_3_index (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE spi_dim5_1_index (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE spi_dim5_2_index (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE spi_dim5_5_index (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE spi_index (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE spi_index_pil1 (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE spi_index_pil2 (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE spi_index_pil3 (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE spi_index_pil4 (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE spi_index_pil5 (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);Anyone who has the link will be able to view this.