Per Pupil Expenditure AllYears
State of Washington
@usgov.state_of_washington_per_pupil_expenditure_allyears
State of Washington
@usgov.state_of_washington_per_pupil_expenditure_allyears
Finance report card data, Washington state
Organization: State of Washington
Last updated: 2022-11-25T08:16:24.454938
Tags: finance, per-pupil-expenditure, report-card
CREATE TABLE table_1 (
"school_year_code" VARCHAR,
"organization_level" VARCHAR,
"organizationid" BIGINT,
"county_district_code" BIGINT,
"districtname" VARCHAR,
"schoolcode" BIGINT,
"school_name" VARCHAR,
"enrollment" DOUBLE,
"expenditures_from_local" DOUBLE,
"local_ppe" DOUBLE,
"expenditures_from_state" DOUBLE,
"state_ppe" DOUBLE,
"expenditures_from_federal" DOUBLE,
"federal_ppe" DOUBLE,
"total_ppe" DOUBLE,
"total_expenditures" DOUBLE
);
Anyone who has the link will be able to view this.