saturn·

accessibility atlas who disability prevalence

saturn notebook · generated 2026-05-01 Report Notebook

Overview

Source: /home/coolhand/datasets/accessibility-atlas/who_disability_prevalence.json

Saturn profiled 1 rows across 5 columns. The stats below are deterministic and machine-readable; the prose is a language-model interpretation of those stats (opt-in, added after the fact, never sees raw rows).

[2]:
!pip install saturn-dissect
import subprocess
subprocess.run([
    "saturn", "analyze", "/home/coolhand/datasets/accessibility-atlas/who_disability_prevalence.json",
    "--findings", "accessibility-atlas-who_disability_prevalence.json",
    "--llm", "anthropic:claude-opus-4-7",
])

Summary confidence: low

This dataset is a single-row JSON document at who_disability_prevalence.json, containing 5 top-level fields that appear to be nested containers rather than tabular columns: gho_data, metadata, sdg_disability_indicators, who_reference_statistics, and world_bank_health_indicators. Because the file holds only one record and every column was skipped as 'unknown' kind, there is no distributional signal to chart at this level. The structure suggests this is a reference compilation aggregating WHO GHO data, SDG disability indicators, WHO reference statistics, and World Bank health indicators under a metadata wrapper. To make this analysable, the next step is to expand each nested field into its own table and profile those individually rather than treating the file as flat.

citing: row_count · column_count · columns · kinds · source

Fig 1.
Per-column null rate across the corpus. Columns are ordered by input position.
Show data table
Per-column null rate across the corpus.
columnkindnull %
metadataunknown0.0%
who_reference_statisticsunknown0.0%
sdg_disability_indicatorsunknown0.0%
world_bank_health_indicatorsunknown0.0%
gho_dataunknown0.0%

metadata unknown metadata

The column is labelled "metadata" but saturn skipped profiling it, so its type and contents are unknown. Only 1 row was examined with a null_rate of 0.0, and no unique count or other statistics were captured. Without further evidence, nothing can be said about its distribution or usefulness.

Treatment: Re-profile with a parser appropriate to the underlying type before deciding how to use it.

anthropic:claude-opus-4-7 · confidence low
Out[7]:

saturn.columns["metadata"].stats

statvalue
n1
nulls0 (0.0%)
unique
alert: skippedno profiler for kind=unknown

who_reference_statistics unknown other

This column 'who_reference_statistics' was skipped by the profiler with only 1 row observed and no computed statistics. Kind is unknown and n_unique is null, so its actual content and structure are undetermined from this evidence. The name suggests it may hold WHO (World Health Organization) reference statistics, but nothing in the payload confirms type, cardinality, or distribution.

Treatment: Re-profile with a larger sample before deciding; current evidence is insufficient to act on.

anthropic:claude-opus-4-7 · confidence low
Out[9]:

saturn.columns["who_reference_statistics"].stats

statvalue
n1
nulls0 (0.0%)
unique
alert: skippedno profiler for kind=unknown

sdg_disability_indicators unknown other

This column, sdg_disability_indicators, was skipped by the profiler with only 1 row observed and no computed statistics. Without unique counts, type inference, or value samples, its content and purpose cannot be determined from the evidence. The name suggests SDG-aligned disability metrics, but this is not corroborated by any stats.

Treatment: Re-profile with a larger sample before deciding; currently unusable.

anthropic:claude-opus-4-7 · confidence low
Out[11]:

saturn.columns["sdg_disability_indicators"].stats

statvalue
n1
nulls0 (0.0%)
unique
alert: skippedno profiler for kind=unknown

world_bank_health_indicators unknown other

This column is labelled 'world_bank_health_indicators' but saturn skipped profiling it, so its kind is unknown and no descriptive statistics were computed. The only signals available are a single row (n=1) with no nulls; uniqueness, type, and value distribution are all missing. Without further evidence, its actual content and structure cannot be characterised.

Treatment: Re-profile or inspect manually before any downstream use; current evidence is insufficient.

anthropic:claude-opus-4-7 · confidence low
Out[13]:

saturn.columns["world_bank_health_indicators"].stats

statvalue
n1
nulls0 (0.0%)
unique
alert: skippedno profiler for kind=unknown

gho_data unknown other

The column `gho_data` was skipped by the profiler, so no type, uniqueness, or distribution statistics are available. The only facts on hand are that it contains 1 row with a 0.0 null rate. Without further inspection it is impossible to say what this field represents.

Treatment: Re-profile or inspect manually before any downstream use.

anthropic:claude-opus-4-7 · confidence low
Out[15]:

saturn.columns["gho_data"].stats

statvalue
n1
nulls0 (0.0%)
unique
alert: skippedno profiler for kind=unknown

How to cite

click to copy

BibTeX
@misc{saturn-accessibility-atlas-who-disability-prevalence-2026,
  author       = {Steuber, Luke},
  title        = {Saturn reading: accessibility atlas who disability prevalence},
  year         ={2026},
  howpublished = {\url{https://dr.eamer.dev/saturn/view/accessibility-atlas-who_disability_prevalence}},
  note         = {Profiled with saturn-dissect v0.2.0, prompt saturn-insight-v2, model anthropic:claude-opus-4-7},
}
APA
Steuber, L. (2026). Saturn reading: accessibility atlas who disability prevalence. Source: /home/coolhand/datasets/accessibility-atlas/who_disability_prevalence.json. Profiled with saturn-dissect v0.2.0 (saturn-insight-v2, anthropic:claude-opus-4-7). Retrieved from https://dr.eamer.dev/saturn/view/accessibility-atlas-who_disability_prevalence