Production Indexes (PI)
IMF PI
@imf.pi
IMF PI
@imf.pi
The Production Indexes dataset presents data on industrial production, mining and quarrying, manufacturing, electricity, gas and water supply, construction, and retail sales indexes. These statistics are collected from national authorities, and when possible, from international organizations -via data-sharing agreements- that collect similar information to reduce the reporting burden on countries.
Keywords: production index, mining and quarrying, manufacturing, electricity, gas and water supply, construction, retail sales indexes.
Last updated: 2025-10-22T07:47:39.591119400Z.
CREATE TABLE codes_cl_country (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE codes_cl_freq (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE codes_cl_ipi_production_index (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE codes_cl_ipi_type_of_transformation (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE observations (
"country" VARCHAR,
"production_index" VARCHAR,
"type_of_transformation" VARCHAR,
"frequency" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);Anyone who has the link will be able to view this.