Per Capita County Revenues By Source – Fiscal Year 2010
State of Maryland
@usgov.state_of_maryland_per_capita_county_revenues_by_source_eeceb8d2
State of Maryland
@usgov.state_of_maryland_per_capita_county_revenues_by_source_eeceb8d2
Per capita revenues by county and by source for FY2010. Source: Local Government Finances Fiscal 2010 (Department of Legislative Services), via Overview of Maryland Local Governments Finances and Demographic Information (Department of Legislative Services, 2012. Link: http://mgaleg.maryland.gov/pubs/budgetfiscal/2012-local-government-finances-demographics.pdf)
Organization: State of Maryland
Last updated: 2021-07-23T13:59:06.194734
Tags: budget, counties, county, department-of-legislative-services, dls, municipalities, revenues, taxes
CREATE TABLE table_1 (
"county" VARCHAR,
"property_taxes_revenue_per_capita" BIGINT,
"income_taxes_revenue_per_capita" BIGINT,
"other_taxes_revenue_per_capita" BIGINT,
"service_charges_revenue_per_capita" BIGINT,
"federal_grants_revenue_per_capita" BIGINT,
"state_grants_revenue_per_capita" BIGINT,
"other_revenue_per_capita" BIGINT,
"debt_proceeds_revenue_per_capita" BIGINT,
"total_revenue_per_capita" BIGINT
);Anyone who has the link will be able to view this.