saturn·

data trove veteran homelessness

saturn notebook · generated 2026-06-22 Report Notebook

Overview

Source: /home/coolhand/html/datavis/data_trove/demographic/veterans/military_firearm_va_healthcare.csv

Saturn profiled 50 rows across 2 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/html/datavis/data_trove/demographic/veterans/military_firearm_va_healthcare.csv",
    "--findings", "data-trove-veteran-homelessness.json",
    "--llm", "anthropic:default",
])

Summary confidence: high

This dataset contains one row per U.S. state (all 50, no nulls) with a single metric: the percentage of veterans utilizing VA healthcare. The utilization rate ranges from 13.8% to 42.3%, with a mean and median both near 27%, suggesting a roughly symmetric distribution across states. The wide spread — an IQR of about 13 percentage points and a standard deviation of ~8 points — means some states have nearly triple the VA uptake of others, which is worth investigating. Identifying which states cluster at the high and low ends could reveal geographic, demographic, or access-related patterns driving VA healthcare engagement.

citing: row_count · column_count · stats.min · stats.max · stats.mean · stats.median · stats.iqr · stats.std · n_unique

Out[4]:

saturn.schema() · 2 columns

column kind n null% unique alerts
state categorical 50 0.0% 50 long_tail
va_utilization_pct numeric 50 0.0% 50
Fig 1.
va_utilization_pct · Look for the spread and shape of utilization rates — the near-symmetric distribution hides a wide range from ~14% to ~42%.
Show data table
Histogram bins for va_utilization_pct (median: 27.3).
bincount
13.8 – 17.878
17.87 – 21.947
21.94 – 26.018
26.01 – 30.097
30.09 – 34.168
34.16 – 38.237
38.23 – 42.35
Fig 2.
state · Rank states by VA utilization percentage to quickly spot which states have the highest and lowest veteran healthcare engagement.
Show data table
Top values for state (20 unique shown, of 50 total).
valuecountshare
Alaska12.0%
Hawaii12.0%
Montana12.0%
Wyoming12.0%
Vermont12.0%
West Virginia12.0%
Maine12.0%
New Mexico12.0%
South Dakota12.0%
North Dakota12.0%
Oklahoma12.0%
Arkansas12.0%
Kentucky12.0%
Mississippi12.0%
Alabama12.0%
Tennessee12.0%
Louisiana12.0%
South Carolina12.0%
Missouri12.0%
Kansas12.0%
Fig 3.
va_utilization_pct · Compare the share of states falling above versus below the national mean of ~27% to assess whether high utilization is concentrated or widespread.
Show data table
Histogram bins for va_utilization_pct (median: 27.3).
bincount
13.8 – 17.878
17.87 – 21.947
21.94 – 26.018
26.01 – 30.097
30.09 – 34.168
34.16 – 38.237
38.23 – 42.35
Fig 4.
Per-column null rate across the corpus. Columns are ordered by input position.
Show data table
Per-column null rate across the corpus.
columnkindnull %
statecategorical0.0%
va_utilization_pctnumeric0.0%

state categorical label

This column contains U.S. state names and appears to be a reference or lookup table with exactly one row per state — all 50 U.S. states, each appearing exactly once. Cardinality equals n (50), entropy_ratio is exactly 1.0, and top_rate is 0.02 (1/50), confirming perfectly uniform distribution with zero duplication. The 'long_tail' alert is a false positive here: the distribution is maximally flat, not skewed.

Treatment: Use as a join key or dimension label; one-hot encoding would produce 50 sparse columns — prefer target encoding or a regional grouping instead.

anthropic:default · confidence high
Out[10]:

saturn.columns["state"].stats

statvalue
n50
nulls0 (0.0%)
unique50
top_value Alaska
top_rate 0.02
cardinality 50
entropy 5.644
entropy_ratio 1
alert: long_tail50 singleton categories
Fig 5.
Top values for state.
Show data table
Top values for state (20 unique shown, of 50 total).
valuecountshare
Alaska12.0%
Hawaii12.0%
Montana12.0%
Wyoming12.0%
Vermont12.0%
West Virginia12.0%
Maine12.0%
New Mexico12.0%
South Dakota12.0%
North Dakota12.0%
Oklahoma12.0%
Arkansas12.0%
Kentucky12.0%
Mississippi12.0%
Alabama12.0%
Tennessee12.0%
Louisiana12.0%
South Carolina12.0%
Missouri12.0%
Kansas12.0%

va_utilization_pct numeric numeric_target

This column represents a VA (Veterans Affairs) utilization percentage, likely measuring the share of eligible veterans using VA healthcare or benefits across 50 geographic or administrative units. The distribution is notably uniform and well-behaved: nearly symmetric (skew 0.057), platykurtic (kurtosis -1.12), no outliers, and all 50 values are unique across a tight range of 13.8–42.3%. The near-identical mean (27.38) and median (27.3) with a moderate IQR of 13.43 points suggest consistent utilization rates without extreme variation — unusual regularity for a real-world utilization metric.

Treatment: Use as-is for regression or benchmarking; platykurtic distribution supports linear models without transformation.

anthropic:default · confidence high
Out[13]:

saturn.columns["va_utilization_pct"].stats

statvalue
n50
nulls0 (0.0%)
unique50
min 13.8
max 42.3
mean 27.38
median 27.3
std 8.156
q1 20.55
q3 33.98
iqr 13.43
skew 0.05719
kurtosis -1.125
n_outliers 0
outlier_rate 0
zero_rate 0
Fig 6.
Distribution of va_utilization_pct. Vertical dash marks the median.
Show data table
Histogram bins for va_utilization_pct (median: 27.3).
bincount
13.8 – 17.878
17.87 – 21.947
21.94 – 26.018
26.01 – 30.097
30.09 – 34.168
34.16 – 38.237
38.23 – 42.35

How to cite

click to copy

BibTeX
@misc{saturn-data-trove-veteran-homelessness-2026,
  author       = {Steuber, Luke},
  title        = {Saturn reading: data trove veteran homelessness},
  year         ={2026},
  howpublished = {\url{https://dr.eamer.dev/saturn/view/data-trove-veteran-homelessness}},
  note         = {Profiled with saturn-dissect v0.2.0, prompt saturn-insight-v2, model anthropic:default},
}
APA
Steuber, L. (2026). Saturn reading: data trove veteran homelessness. Source: /home/coolhand/html/datavis/data_trove/demographic/veterans/military_firearm_va_healthcare.csv. Profiled with saturn-dissect v0.2.0 (saturn-insight-v2, anthropic:default). Retrieved from https://dr.eamer.dev/saturn/view/data-trove-veteran-homelessness