Average SAT Scores For NYC Public Schools
Name, location, enrollment, and scores for 2014-2015 school year
@kaggle.nycopendata_high_schools
Name, location, enrollment, and scores for 2014-2015 school year
@kaggle.nycopendata_high_schools
CREATE TABLE scores (
"school_id" VARCHAR,
"school_name" VARCHAR,
"borough" VARCHAR,
"building_code" VARCHAR,
"street_address" VARCHAR,
"city" VARCHAR,
"state" VARCHAR,
"zip_code" BIGINT,
"latitude" DOUBLE,
"longitude" DOUBLE,
"phone_number" VARCHAR,
"start_time" VARCHAR,
"end_time" VARCHAR,
"student_enrollment" DOUBLE,
"percent_white" VARCHAR,
"percent_black" VARCHAR,
"percent_hispanic" VARCHAR,
"percent_asian" VARCHAR,
"average_score_sat_math" DOUBLE,
"average_score_sat_reading" DOUBLE,
"average_score_sat_writing" DOUBLE,
"percent_tested" VARCHAR
);
Anyone who has the link will be able to view this.