CoolFace
Datasetpublic

lukeslp/us-military-veteran-analysis

US Military & Veteran Analysis by State 50 states: veterans, firearms, PTSD, suicide rates, VA healthcare State-level integration of veteran demographics, firearm ownership, mental health indicators, and VA healthcare utilization from Census ACS, RAND, ATF, CDC, VA, and DoD. Dataset Structure See demo_notebook.ipynb for data exploration examples. Usage from datasets import load_dataset # Load the dataset dataset =… See the full description on the dataset page: https://huggingface.co/datasets/lukeslp/us-military-veteran-analysis.

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

US Military & Veteran Analysis by State

50 states: veterans, firearms, PTSD, suicide rates, VA healthcare

State-level integration of veteran demographics, firearm ownership, mental health indicators, and VA healthcare utilization from Census ACS, RAND, ATF, CDC, VA, and DoD.

Dataset Structure

See demo_notebook.ipynb for data exploration examples.

Usage

python
from datasets import load_dataset

# Load the dataset
dataset = load_dataset("lukeslp/us-military-veteran-analysis")

# Or load from local files
import json
with open('data.json') as f:
    data = json.load(f)

Citation

bibtex
@dataset{us_military_veteran_analysis_2026,
  title = {US Military & Veteran Analysis by State},
  author = {Steuber, Luke},
  year = {2026},
  url = {https://huggingface.co/datasets/lukeslp/us-military-veteran-analysis}
}

Distribution

Author

Luke Steuber

License

CC-BY-4.0