Oregon Education
education analysisasyoaasdasidj
@kaggle.yuzuri_education
education analysisasyoaasdasidj
@kaggle.yuzuri_education
CREATE TABLE average_cost_per_student_by_district (
"district_id" BIGINT,
"district_number" VARCHAR,
"operating_cost_per_student" VARCHAR,
"county_name" VARCHAR
);
CREATE TABLE education_actual_operating_cost_per_student (
"district_id" BIGINT,
"county_name" VARCHAR,
"operating_cost_per_student" VARCHAR,
"district_number" VARCHAR,
"school_year" TIMESTAMP,
"student_count" BIGINT,
"state_student_count" BIGINT,
"operating_cost" VARCHAR,
"state_operating_cost" VARCHAR,
"state_operating_cost_per_student" VARCHAR
);
Anyone who has the link will be able to view this.