FY 2019 Disability Compensation Recipients By County
Department of Veterans Affairs
@usgov.va_gov_fy_2019_disability_pension_recipient_by_county
Department of Veterans Affairs
@usgov.va_gov_fy_2019_disability_pension_recipient_by_county
This report provides county-level estimates of the number of Veterans who received VA Disability Compensation benefits during fiscal year 2019. It includes the Veterans’ total service-connected disability (SCD) rating, age group, and sex. Blank values represent small cell counts that have been suppressed to protect the identity of Veterans. Some categories may not sum to the total due to missing information (e.g., age, sex, etc.).
Source: Department of Veterans Affairs, Office of Enterprise Integration, United States Veterans Eligibility Trends & Statistics (USVETS) 2019
Prepared by National Center for Veterans Analysis & Statistics, www.va.gov/vetdata
Organization: Department of Veterans Affairs
Last updated: 2021-03-27T06:16:02.793983
Tags: compensation, county, disability, fy-19, fy-2019, fy19, fy2019
CREATE TABLE table_1 (
"fips_code" DOUBLE,
"state" VARCHAR,
"county_name" VARCHAR,
"n__total_disability_compensation_recipients" DOUBLE -- # Total: Disability Compensation Recipients,
"n__scd_rating_0_to_20" DOUBLE -- # SCD Rating: 0% To 20%,
"n__scd_rating_30_to_40" DOUBLE -- # SCD Rating: 30% To 40%,
"n__scd_rating_50_to_60" DOUBLE -- # SCD Rating: 50% To 60%,
"n__scd_rating_70_to_90" DOUBLE -- # SCD Rating: 70% To 90%,
"n__scd_rating_100" DOUBLE -- # SCD Rating: 100%,
"n__age_17_44" DOUBLE -- # Age: 17-44,
"n__age_45_64" DOUBLE -- # Age: 45-64,
"n__age_65_or_older" DOUBLE -- # Age: 65 Or Older,
"n__male" DOUBLE -- # Male,
"n__female" DOUBLE -- # Female
);Anyone who has the link will be able to view this.