Veterans Affairs Geographic Distribution Of Expenditures FY09 By Congressional District
Department of Veterans Affairs
@usgov.va_gov_veterans_affairs_geographic_distribution_of_exp_c48ad42e
Department of Veterans Affairs
@usgov.va_gov_veterans_affairs_geographic_distribution_of_exp_c48ad42e
The Geographic Distribution of VA Expenditures (GDX) is an annual report that shows estimated VA expenditures for major programmatic areas by geographic area (state, county, and congressional district). The major programmatic areas are: Compensation and Pension; Readjustment (Education) and Vocational Rehabilitation; Insurance; Construction; and, Medical and Administrative.
Organization: Department of Veterans Affairs
Last updated: 2020-11-10T17:19:03.346529
Tags: expenditure, veteran
CREATE TABLE table_1 (
"state" VARCHAR,
"congressional_district" BIGINT,
"veteran_population" BIGINT,
"total_expenditure" VARCHAR,
"n__compensation_pensions" VARCHAR -- Compensation & Pensions,
"construction" VARCHAR,
"n__education_vocational_rehabilitation_employment" VARCHAR -- Education & Vocational Rehabilitation/ Employment,
"n__loan_guaranty" VARCHAR -- Loan Guaranty,
"n__general_operating_expenses" VARCHAR -- General Operating Expenses,
"n__insurance_indemnities" VARCHAR -- Insurance & Indemnities,
"n__medical_care" VARCHAR -- Medical Care,
"unique_patients" BIGINT
);Anyone who has the link will be able to view this.