CoolFace
Datasetpublic

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.

sourceHugging Facecc-by-4.0updated 6mo agoView on Hugging Face
0likes100downloads
Dataset Card

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 (sha256 473d5ad523dab966)
  • —Compression: zstd level 6

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

MetricValue
Tables23
Total rows20,037,428
Compressed size232.80 MB

Tables by namespace

panel/

TableRowsColumnsSize
municipal_health50,130492601.98 KB

lcogs/

TableRowsColumnsSize
lcogs1_access5,571643.50 KB
v_lcogs_latest5,57030367.28 KB
v_lcogs_panel50,130302442.88 KB
v_lcogs_summary49,717261394.48 KB

source_tables/

TableRowsColumnsSize
ans_cobertura5,594660.58 KB
bellwether_hospitals765723.84 KB
censo2022_saneamento5,570447.88 KB
cnes_professionals_raw218,4616129.47 KB
frota_veiculos5,571344.96 KB
gdp50,1304418.16 KB
idhm5,564753.21 KB
idhm_historical16,6927113.26 KB
ifgf50,1127581.19 KB
mobility5,535335.73 KB
municipalities5,57112154.55 KB
national_indicators5153.08 KB
pipeline_log49099.07 KB
population50,1303207.30 KB
sao_workforce49,7538383.22 KB
sih_municipal50,1708442.42 KB
sih_raw19,355,50625228820.14 KB
v_sao_annual64565.82 KB

Loading

python
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/ICSKG

Production 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.