saturn·

data trove veteran homelessness

source /home/coolhand/html/datavis/data_trove/demographic/veterans/military_firearm_va_healthcare.csv 50 rows 2 columns profiled 2026-06-22 raw JSON static .html .ipynb Report Notebook

Reading

dataset summary · high confidence anthropic:default

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

Schema

2 columns
Per-column summary. Click column name to jump to its detail.
Alerts
state categorical 0.0% 50
long_tail
va_utilization_pct numeric 0.0% 50

state

categorical label long_tail
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. high · anthropic:default
n
50
nulls
0 (0.0%)
unique
50
top_value
Alaska
top_rate
0.02
cardinality
50
entropy
5.644
entropy_ratio
1

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. high · anthropic:default
n
50
nulls
0 (0.0%)
unique
50
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