mmrech/icskg-br-processed
ICSKG-BR: Index of Cities' Smartness & Knowledge for Global Surgery — Brazil Processed data layer for the ICSKG-BR longitudinal ecological panel study. Cross-references the IESE Cities in Motion Index (CIMI) urban development framework against Lancet Commission on Global Surgery (LCoGS) indicators across all 5,570 Brazilian municipalities (2015-2023). This dataset is currently private during the BMJ Global Health pre-submission window. It will become public (CC-BY-4.0) upon… See the full description on the dataset page: https://huggingface.co/datasets/mmrech/icskg-br-processed.
ICSKG-BR: Index of Cities' Smartness & Knowledge for Global Surgery — Brazil
Processed data layer for the ICSKG-BR longitudinal ecological panel study. Cross-references the IESE Cities in Motion Index (CIMI) urban development framework against Lancet Commission on Global Surgery (LCoGS) indicators across all 5,570 Brazilian municipalities (2015-2023).
This dataset is currently private during the BMJ Global Health pre-submission window. It will become public (CC-BY-4.0) upon publication.
Provenance
- Source code: https://github.com/matheus-rech/ICSKG
- Dataset version:
v0.1.0 - Schema version:
1.1 - Generated at:
2026-04-07T15:59:23Z - Source DuckDB:
icskg_br_export.duckdb(sha256473d5ad523dab966) - Compression:
zstdlevel6
Cookbook scope (v0.1.0)
This release implements the LCoGS-side of the ICSKG-BR Technical Cookbook v1.0 (March 2026). The canonical panel/municipal_health.parquet is derived at publish time from the source tables via the cookbook §5 merge pipeline (50,130 rows = 5,570 mun × 9 years, 49 columns).
Cookbook §3 sources INCLUDED in v0.1.0:
- IBGE population master (§3.3)
- DATASUS SIH surgical aggregates (§3.1)
- DATASUS CNES SAO + bellwether (§3.2)
- IBGE SIDRA GDP (§3.3)
- Atlas Brasil HDI (§3.4)
- FIRJAN IFGF (§3.5)
- ANS TABNET insurance (§3.9)
- Census 2022 sanitation (§3.8 partial)
- Mobility (vehicle fleet)
DEFERRED to v0.2.0 (extractors not yet built — see project phase 12):
- ANATEL broadband (§3.6) — needed for CUDS Technology dimension
- RAIS employment (§3.7) — needed for CUDS Economy/Workforce dimension
- SNIS sanitation proper (§3.8) — Census 2022 is a partial proxy
- SIOPS health spending (§3.10) — needed for CUDS Governance dimension
- International comparators (§3.11) — WHO/World Bank/UNDP
- CUDS composite + dimension scores (§6) — blocked by missing sources above
The v0.2.0 release will add the missing 5 extractors and the cookbook §6 CUDS composite (PCA weighting + geometric mean aggregation), and will move the municipal_health derivation into the build pipeline so it's stored as a base table in the source DuckDB instead of being computed at publish time.
Totals
Tables by namespace
panel/
lcogs/
source_tables/
Loading
from huggingface_hub import snapshot_download
import duckdb
local = snapshot_download(
repo_id='mmrech/icskg-br-processed',
repo_type='dataset',
revision='v0.1.0',
allow_patterns=['**/*.parquet', 'manifest.json'],
)
# Read the main panel directly:
panel = duckdb.sql(f"SELECT * FROM '{local}/panel/municipal_health.parquet'").df()Citation
If you use this dataset, please cite the project:
Rech, Matheus M. (2026). ICSKG-BR: Index of Cities' Smartness & Knowledge
for Global Surgery — Brazil. https://github.com/matheus-rech/ICSKGProduction Zenodo DOI will be minted at BMJ acceptance.
License
Source data is public under Brazilian Lei de Acesso à Informação (Law 12.527/2011). This processed dataset is released under CC-BY-4.0 after BMJ Global Health publication.
