Baselight

Oregon Education

education analysisasyoaasdasidj

@kaggle.yuzuri_education

Loading...
Loading...

About this Dataset

Oregon Education

Actual expenditures for operating funds (General, Special Revenue, Enterprise and Food Services Funds) per student. Student count is enrollment as of October 1.
Actual expenditures for operating funds (General, Special Revenue, Enterprise and Food Services Funds) per student. Student count is enrollment as of October 1.

Tables

Average Cost Per Student By District

@kaggle.yuzuri_education.average_cost_per_student_by_district
  • 14.16 KB
  • 375 rows
  • 4 columns
Loading...

CREATE TABLE average_cost_per_student_by_district (
  "district_id" BIGINT,
  "district_number" VARCHAR,
  "operating_cost_per_student" VARCHAR,
  "county_name" VARCHAR
);

Education Actual Operating Cost Per Student

@kaggle.yuzuri_education.education_actual_operating_cost_per_student
  • 70.53 KB
  • 2205 rows
  • 10 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.