AskTED Data - May 09, 2025
City of Austin
@usgov.city_of_austin_askted_data_february_06_2023
City of Austin
@usgov.city_of_austin_askted_data_february_06_2023
CREATE TABLE table_1 (
"county_number" VARCHAR,
"county_name" VARCHAR,
"esc_region_served" VARCHAR,
"esc_region_peims" VARCHAR,
"esc_region_geographic" VARCHAR,
"district_number" VARCHAR,
"district_name" VARCHAR,
"district_type" VARCHAR,
"nces_district_id" VARCHAR,
"district_street_address" VARCHAR,
"district_city" VARCHAR,
"district_state" VARCHAR,
"district_zip" VARCHAR,
"district_phone" VARCHAR,
"district_fax" VARCHAR,
"district_email_address" VARCHAR,
"district_web_page_address" VARCHAR,
"district_superintendent" VARCHAR,
"district_enrollment_as_of_oct_2024" BIGINT,
"school_number" VARCHAR,
"school_name" VARCHAR,
"instruction_type" VARCHAR,
"charter_type" VARCHAR,
"alternative_education_accountability" VARCHAR,
"magnet_status" VARCHAR,
"residential_facility" VARCHAR,
"nces_school_id" VARCHAR,
"school_street_address" VARCHAR,
"school_city" VARCHAR,
"school_state" VARCHAR,
"school_zip" VARCHAR,
"school_phone" VARCHAR,
"school_fax" VARCHAR,
"school_email_address" VARCHAR,
"school_web_page_address" VARCHAR,
"school_principal" VARCHAR,
"grade_range" VARCHAR,
"school_enrollment_as_of_oct_2024" BIGINT,
"school_status" VARCHAR,
"school_status_date" VARCHAR,
"update_date" VARCHAR
);
Anyone who has the link will be able to view this.