FY 2020 Disability Compensation Recipients By County
Department of Veterans Affairs
@usgov.va_gov_fy_2020_disability_compensation_recipients_by_county
Department of Veterans Affairs
@usgov.va_gov_fy_2020_disability_compensation_recipients_by_county
This report provides county-level estimates of the number of Veterans who received VA Disability Compensation benefits during fiscal year 2020. 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. In the "Total: Disability Compensation Recipients" column, each blank cell represents less than 10 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) 2020 and Veterans Benefits Administration VETSNET FY 2020 compensation data.
Prepared by National Center for Veterans Analysis & Statistics, www.va.gov/vetdata.
Organization: Department of Veterans Affairs
Last updated: 2022-02-09T07:42:08.929579
Tags: compensation, compensation-and-pension, county, fy-20, fy-2020, fy20, fy2020
CREATE TABLE table_1 (
"fips_code" DOUBLE,
"state" VARCHAR,
"county_name" VARCHAR,
"total_disability_compensation_recipients" DOUBLE -- Total: Disability Compensation Recipients,
"scd_rating_0_to_20" DOUBLE -- SCD Rating: 0% To 20%,
"scd_rating_30_to_40" DOUBLE -- SCD Rating: 30% To 40%,
"scd_rating_50_to_60" DOUBLE -- SCD Rating: 50% To 60%,
"scd_rating_70_to_90" DOUBLE -- SCD Rating: 70% To 90%,
"scd_rating_100" DOUBLE -- SCD Rating: 100%,
"age_17_44" DOUBLE -- Age: 17-44,
"age_45_64" DOUBLE -- Age: 45-64,
"age_65_or_older" DOUBLE -- Age: 65 Or Older,
"male" DOUBLE,
"female" DOUBLE
);Anyone who has the link will be able to view this.